#48CB0F

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

Shades of Kelly Green #48CB0F

Tints of Kelly Green #48CB0F

Color information

#48CB0F (or 0x48CB0F) is unknown color: approx Kelly Green. HEX triplet: 48, CB and 0F. RGB value is (72,203,15). Sum of RGB (Red+Green+Blue) = 72+203+15=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CB0F is #B734F0. Grayscale: #8F8F8F. Windows color (decimal): -12006641 or 1035080. OLE color: 1035080.

HSL color Cylindrical-coordinate representation of color #48CB0F: hue angle of 101.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48CB0F is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB7220315-
CMYK0.6500.930.20
HSL101.81º86.24%42.75%-
HSV(B)101.81º92.61%79.61%-
XYZ24.1144.127.7-
YUV142.456.177.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 203 (79.69% from 255) = 70%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=24.83%
G=70%
B=5.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72203150.6500.930.20101.8186.2442.75
Hex48CBF4105D1466562b
Octal1103131710101352414612653
Binary10010001100101111111000001010111011010011001101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,15); }

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

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

 a { background-color: rgb(72,203,15); }

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

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

 span { border-color: rgb(72,203,15); }

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