#48C22D

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

Shades of Kelly Green #48C22D

Tints of Kelly Green #48C22D

Color information

#48C22D (or 0x48C22D) is unknown color: approx Kelly Green. HEX triplet: 48, C2 and 2D. RGB value is (72,194,45). Sum of RGB (Red+Green+Blue) = 72+194+45=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #48C22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C22D is #B73DD2. Grayscale: #8D8D8D. Windows color (decimal): -12008915 or 2998856. OLE color: 2998856.

HSL color Cylindrical-coordinate representation of color #48C22D: hue angle of 109.13º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48C22D is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB7219445-
CMYK0.6300.770.24
HSL109.13º62.34%46.86%-
HSV(B)109.13º76.8%76.08%-
XYZ22.4440.159.05-
YUV140.5474.0879.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 194 (76.17% from 255) = 62.38%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=23.15%
G=62.38%
B=14.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72194450.6300.770.24109.1362.3446.86
Hex48C22D3F04D186d3e2f
Octal11030255770115301557657
Binary10010001100001010110111111101001101110001101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,194,45); }

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

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

 a { background-color: rgb(72,194,45); }

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

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

 span { border-color: rgb(72,194,45); }

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