#48BC06

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

Shades of Kelly Green #48BC06

Tints of Kelly Green #48BC06

Color information

#48BC06 (or 0x48BC06) is unknown color: approx Kelly Green. HEX triplet: 48, BC and 06. RGB value is (72,188,6). Sum of RGB (Red+Green+Blue) = 72+188+6=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC06 is #B743F9. Grayscale: #858585. Windows color (decimal): -12010490 or 441416. OLE color: 441416.

HSL color Cylindrical-coordinate representation of color #48BC06: hue angle of 98.24º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48BC06 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB721886-
CMYK0.6200.970.26
HSL98.24º93.81%38.04%-
HSV(B)98.24º96.81%73.73%-
XYZ20.6937.366.29-
YUV132.5756.5784.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 188 (73.83% from 255) = 70.68%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=27.07%
G=70.68%
B=2.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7218860.6200.970.2698.2493.8138.04
Hex48BC63E0611A625e26
Octal11027467601413214213646
Binary100100010111100110111110011000011101011000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,6); }

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

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

 a { background-color: rgb(72,188,6); }

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

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

 span { border-color: rgb(72,188,6); }

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