#48B421

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

Shades of Kelly Green #48B421

Tints of Kelly Green #48B421

Color information

#48B421 (or 0x48B421) is unknown color: approx Kelly Green. HEX triplet: 48, B4 and 21. RGB value is (72,180,33). Sum of RGB (Red+Green+Blue) = 72+180+33=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #48B421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B421 is #B74BDE. Grayscale: #838383. Windows color (decimal): -12012511 or 2208840. OLE color: 2208840.

HSL color Cylindrical-coordinate representation of color #48B421: hue angle of 104.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48B421 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB7218033-
CMYK0.6000.820.29
HSL104.08º69.01%41.76%-
HSV(B)104.08º81.67%70.59%-
XYZ19.2734.137.01-
YUV130.9572.7285.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=25.26%
G=63.16%
B=11.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180330.6000.820.29104.0869.0141.76
Hex48B4213C0521D68452a
Octal110264417401223515010552
Binary100100010110100100001111100010100101110111010001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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