Html Css Color HEX #32C006 Kelly Green

📋 copy color: '#32C006'

red 50 ◦ green 192 ◦ blue 6

#32C006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #32C006

Tints of Kelly Green #32C006

RGB

 RED value IS 50 (19.92% from 255) = 20.16%

 GREEN value IS 192 (75.39% from 255) = 77.42%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 20.16%
G = 77.42%
B = 2.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#32C006 (or 0x32C006) is known color: Kelly Green. HEX triplet: 32, C0 and 06. RGB value is (50,192,6). Sum of RGB (Red+Green+Blue) = 50+192+6=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #32C006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C006 is #CD3FF9. Grayscale: #808080. Windows color (decimal): -13451258 or 442418. OLE color: 442418.

HSL color Cylindrical-coordinate representation of color #32C006: hue angle of 105.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32C006 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 192 6 -
CMYK 0.74 0 0.97 0.25
HSL 105.81º 0.94% 0.39% -
HSV(B) 105.81º 0.97% 0.75% -
XYZ 20.2 38.39 6.52 -
YUV 128.34 58.96 72.12 -
System Red Green Blue C M Y K H S L
Decimal 50 192 6 0.74 0 0.97 0.25 105.81 0.94 0.39
Hex 32 C0 6 4A 0 61 19 6A 5E 27
Octal 62 300 6 112 0 141 31 152 136 47
Binary 110010 11000000 110 1001010 0 1100001 11001 1101010 1011110 100111

Color Harmonies of #32C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C006

Black with #32C006

Text Example


Text Example

White with #32C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32C006;
 }
 .AnyTagClassName
 {
   color: #32C006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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