#48ca0b

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

Shades of Kelly Green #48CA0B

Tints of Kelly Green #48CA0B

Color information

#48CA0B (or 0x48CA0B) is unknown color: approx Kelly Green. HEX triplet: 48, CA and 0B. RGB value is (72,202,11). Sum of RGB (Red+Green+Blue) = 72+202+11=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CA0B is #B735F4. Grayscale: #8D8D8D. Windows color (decimal): -12006901 or 772680. OLE color: 772680.

HSL color Cylindrical-coordinate representation of color #48CA0B: hue angle of 100.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48CA0B is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB7220211-
CMYK0.6400.950.21
HSL100.84º89.67%41.76%-
HSV(B)100.84º94.55%79.22%-
XYZ23.8543.647.48-
YUV141.3654.4378.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 202 (79.30% from 255) = 70.88%
BLUE value IS 11 (4.69% from 255) = 3.86%
R=25.26%
G=70.88%
B=3.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72202110.6400.950.21100.8489.6741.76
Hex48CAB4005F15655a2a
Octal1103121310001372514513252
Binary10010001100101010111000000010111111010111001011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ca0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,11); }

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

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

 a { background-color: rgb(72,202,11); }

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

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

 span { border-color: rgb(72,202,11); }

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