#48DF12

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

Shades of Kelly Green #48DF12

Tints of Kelly Green #48DF12

Color information

#48DF12 (or 0x48DF12) is unknown color: approx Kelly Green. HEX triplet: 48, DF and 12. RGB value is (72,223,18). Sum of RGB (Red+Green+Blue) = 72+223+18=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DF12 is #B720ED. Grayscale: #9B9B9B. Windows color (decimal): -12001518 or 1236808. OLE color: 1236808.

HSL color Cylindrical-coordinate representation of color #48DF12: hue angle of 104.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48DF12 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB7222318-
CMYK0.6800.920.13
HSL104.2º85.06%47.25%-
HSV(B)104.2º91.93%87.45%-
XYZ29.1754.29.5-
YUV154.4850.9769.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 223 (87.5% from 255) = 71.25%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=23.00%
G=71.25%
B=5.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72223180.6800.920.13104.285.0647.25
Hex48DF124405CD68552f
Octal1103372210401341515012557
Binary10010001101111110010100010001011100110111010001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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