#32BA06

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

Shades of Kelly Green #32BA06

Tints of Kelly Green #32BA06

Color information

#32BA06 (or 0x32BA06) is unknown color: approx Kelly Green. HEX triplet: 32, BA and 06. RGB value is (50,186,6). Sum of RGB (Red+Green+Blue) = 50+186+6=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BA06 is #CD45F9. Grayscale: #7D7D7D. Windows color (decimal): -13452794 or 440882. OLE color: 440882.

HSL color Cylindrical-coordinate representation of color #32BA06: hue angle of 105.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32BA06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB501866-
CMYK0.7300.970.27
HSL105.33º93.75%37.65%-
HSV(B)105.33º96.77%72.94%-
XYZ18.9135.816.09-
YUV124.8260.9474.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 186 (73.05% from 255) = 76.86%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=20.66%
G=76.86%
B=2.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5018660.7300.970.27105.3393.7537.65
Hex32BA6490611B695e26
Octal62272611101413315113646
Binary110010101110101101001001011000011101111010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32BA06; }

 p { color: rgb(50,186,6); }

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

<style>
 a { background-color: #32BA06; }

 a { background-color: rgb(50,186,6); }

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

<style>
 span { border-color: #32BA06; }

 span { border-color: rgb(50,186,6); }

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