#48C412

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

Shades of Kelly Green #48C412

Tints of Kelly Green #48C412

Color information

#48C412 (or 0x48C412) is unknown color: approx Kelly Green. HEX triplet: 48, C4 and 12. RGB value is (72,196,18). Sum of RGB (Red+Green+Blue) = 72+196+18=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #48C412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C412 is #B73BED. Grayscale: #8B8B8B. Windows color (decimal): -12008430 or 1229896. OLE color: 1229896.

HSL color Cylindrical-coordinate representation of color #48C412: hue angle of 101.8º degrees, saturation: 0.83, 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 #48C412 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB7219618-
CMYK0.6300.910.23
HSL101.8º83.18%41.96%-
HSV(B)101.8º90.82%76.86%-
XYZ22.5240.97.28-
YUV138.6359.9280.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 196 (76.95% from 255) = 68.53%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=25.17%
G=68.53%
B=6.29%

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
Decimal72196180.6300.910.23101.883.1841.96
Hex48C4123F05B1766532a
Octal110304227701332714612352
Binary10010001100010010010111111010110111011111001101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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