#48d21b

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

Shades of Kelly Green #48D21B

Tints of Kelly Green #48D21B

Color information

#48D21B (or 0x48D21B) is unknown color: approx Kelly Green. HEX triplet: 48, D2 and 1B. RGB value is (72,210,27). Sum of RGB (Red+Green+Blue) = 72+210+27=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #48D21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D21B is #B72DE4. Grayscale: #949494. Windows color (decimal): -12004837 or 1823304. OLE color: 1823304.

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

Color convert

RGB7221027-
CMYK0.6600.870.18
HSL105.25º77.22%46.47%-
HSV(B)105.25º87.14%82.35%-
XYZ25.9247.558.85-
YUV147.8859.7873.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 210 (82.42% from 255) = 67.96%
BLUE value IS 27 (10.94% from 255) = 8.74%
R=23.30%
G=67.96%
B=8.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72210270.6600.870.18105.2577.2246.47
Hex48D21B4205712694d2e
Octal1103223310201272215111556
Binary100100011010010110111000010010101111001011010011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48d21b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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