#48D223

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

Shades of Kelly Green #48D223

Tints of Kelly Green #48D223

Color information

#48D223 (or 0x48D223) is unknown color: approx Kelly Green. HEX triplet: 48, D2 and 23. RGB value is (72,210,35). Sum of RGB (Red+Green+Blue) = 72+210+35=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #48D223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D223 is #B72DDC. Grayscale: #959595. Windows color (decimal): -12004829 or 2347592. OLE color: 2347592.

HSL color Cylindrical-coordinate representation of color #48D223: hue angle of 107.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48D223 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB7221035-
CMYK0.6600.830.18
HSL107.31º71.43%48.04%-
HSV(B)107.31º83.33%82.35%-
XYZ26.0247.599.4-
YUV148.7963.7873.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 210 (82.42% from 255) = 66.25%
BLUE value IS 35 (14.06% from 255) = 11.04%
R=22.71%
G=66.25%
B=11.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72210350.6600.830.18107.3171.4348.04
Hex48D22342053126b4730
Octal1103224310201232215310760
Binary1001000110100101000111000010010100111001011010111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,35); }

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

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

 a { background-color: rgb(72,210,35); }

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

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

 span { border-color: rgb(72,210,35); }

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