#48B821

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

Shades of Kelly Green #48B821

Tints of Kelly Green #48B821

Color information

#48B821 (or 0x48B821) is unknown color: approx Kelly Green. HEX triplet: 48, B8 and 21. RGB value is (72,184,33). Sum of RGB (Red+Green+Blue) = 72+184+33=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 184 (72.27% from 255 or 63.67% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 184 - color contains mainly: green. Hex color #48B821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B821 is #B747DE. Grayscale: #858585. Windows color (decimal): -12011487 or 2209864. OLE color: 2209864.

HSL color Cylindrical-coordinate representation of color #48B821: hue angle of 104.5º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48B821 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB7218433-
CMYK0.6100.820.28
HSL104.5º69.59%42.55%-
HSV(B)104.5º82.07%72.16%-
XYZ20.0935.777.28-
YUV133.371.3984.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 184 (72.27% from 255) = 63.67%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=24.91%
G=63.67%
B=11.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72184330.6100.820.28104.569.5942.55
Hex48B8213D0521C69462b
Octal110270417501223415110653
Binary100100010111000100001111101010100101110011010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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