#48AF21

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

Shades of Kelly Green #48AF21

Tints of Kelly Green #48AF21

Color information

#48AF21 (or 0x48AF21) is unknown color: approx Kelly Green. HEX triplet: 48, AF and 21. RGB value is (72,175,33). Sum of RGB (Red+Green+Blue) = 72+175+33=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF21 is #B750DE. Grayscale: #808080. Windows color (decimal): -12013791 or 2207560. OLE color: 2207560.

HSL color Cylindrical-coordinate representation of color #48AF21: hue angle of 103.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48AF21 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB7217533-
CMYK0.5900.810.31
HSL103.52º68.27%40.78%-
HSV(B)103.52º81.14%68.63%-
XYZ18.2832.156.68-
YUV128.0174.3888.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 175 (68.75% from 255) = 62.5%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=25.71%
G=62.5%
B=11.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175330.5900.810.31103.5268.2740.78
Hex48AF213B0511F684429
Octal110257417301213715010451
Binary100100010101111100001111011010100011111111010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,33); }

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

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

 a { background-color: rgb(72,175,33); }

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

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

 span { border-color: rgb(72,175,33); }

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