#48CC09

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

Shades of Kelly Green #48CC09

Tints of Kelly Green #48CC09

Color information

#48CC09 (or 0x48CC09) is unknown color: approx Kelly Green. HEX triplet: 48, CC and 09. RGB value is (72,204,9). Sum of RGB (Red+Green+Blue) = 72+204+9=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CC09 is #B733F6. Grayscale: #8E8E8E. Windows color (decimal): -12006391 or 642120. OLE color: 642120.

HSL color Cylindrical-coordinate representation of color #48CC09: hue angle of 100.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48CC09 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB722049-
CMYK0.6500.960.2
HSL100.62º91.55%41.76%-
HSV(B)100.62º95.59%80%-
XYZ24.3144.587.58-
YUV142.352.7777.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 204 (80.08% from 255) = 71.58%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=25.26%
G=71.58%
B=3.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal7220490.6500.960.2100.6291.5541.76
Hex48CC94106014655c2a
Octal1103141110101402414513452
Binary10010001100110010011000001011000001010011001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,9); }

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

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

 a { background-color: rgb(72,204,9); }

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

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

 span { border-color: rgb(72,204,9); }

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