#48C712

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

Shades of Kelly Green #48C712

Tints of Kelly Green #48C712

Color information

#48C712 (or 0x48C712) is unknown color: approx Kelly Green. HEX triplet: 48, C7 and 12. RGB value is (72,199,18). Sum of RGB (Red+Green+Blue) = 72+199+18=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 199 (78.12% from 255 or 68.86% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 199 - color contains mainly: green. Hex color #48C712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C712 is #B738ED. Grayscale: #8C8C8C. Windows color (decimal): -12007662 or 1230664. OLE color: 1230664.

HSL color Cylindrical-coordinate representation of color #48C712: hue angle of 102.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48C712 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB7219918-
CMYK0.6400.910.22
HSL102.1º83.41%42.55%-
HSV(B)102.1º90.95%78.04%-
XYZ23.2142.277.51-
YUV140.3958.9279.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 199 (78.12% from 255) = 68.86%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=24.91%
G=68.86%
B=6.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72199180.6400.910.22102.183.4142.55
Hex48C7124005B1666532b
Octal1103072210001332614612353
Binary100100011000111100101000000010110111011011001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,199,18); }

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

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

 a { background-color: rgb(72,199,18); }

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

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

 span { border-color: rgb(72,199,18); }

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