#48c411

Color #48C411 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #48C411

Tints of Kelly Green #48C411

Color information

#48C411 (or 0x48C411) is unknown color: approx Kelly Green. HEX triplet: 48, C4 and 11. RGB value is (72,196,17). Sum of RGB (Red+Green+Blue) = 72+196+17=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #48C411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C411 is #B73BEE. Grayscale: #8B8B8B. Windows color (decimal): -12008431 or 1164360. OLE color: 1164360.

HSL color Cylindrical-coordinate representation of color #48C411: hue angle of 101.56º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48C411 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB7219617-
CMYK0.6300.910.23
HSL101.56º84.04%41.76%-
HSV(B)101.56º91.33%76.86%-
XYZ22.5140.97.24-
YUV138.5259.4280.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 196 (76.95% from 255) = 68.77%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=25.26%
G=68.77%
B=5.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72196170.6300.910.23101.5684.0441.76
Hex48C4113F05B1766542a
Octal110304217701332714612452
Binary10010001100010010001111111010110111011111001101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48c411; }

 p { color: rgb(72,196,17); }

 H1.HeaderClassName
 {
   color: #48c411;
 }
 .AnyTagClassName
 {
   color: #48c411;
 }
</style>
background-color css

<style>
 a { background-color: #48c411; }

 a { background-color: rgb(72,196,17); }

 div.DivClassName
 {
   background-color: #48c411;
 }
 .BgClassName
 {
   background-color: #48c411;
 }
</style>
border-color css

<style>
 span { border-color: #48c411; }

 span { border-color: rgb(72,196,17); }

 td.TdClassName
 {
   border-color: #48c411;
 }
 .TagClassName
 {
   border-color: #48c411;
 }
</style>