Html Css Color HEX #32C005 Kelly Green

📋 copy color: '#32C005'

red 50 ◦ green 192 ◦ blue 5

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

Shades of Kelly Green #32C005

Tints of Kelly Green #32C005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 20.24%
G = 77.73%
B = 2.02%

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

#32C005 (or 0x32C005) is known color: Kelly Green. HEX triplet: 32, C0 and 05. RGB value is (50,192,5). Sum of RGB (Red+Green+Blue) = 50+192+5=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 192 (75.39% from 255 or 77.73% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 192 - color contains mainly: green. Hex color #32C005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C005 is #CD3FFA. Grayscale: #808080. Windows color (decimal): -13451259 or 376882. OLE color: 376882.

HSL color Cylindrical-coordinate representation of color #32C005: hue angle of 105.56º degrees, saturation: 0.95, 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 #32C005 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 192 5 -
CMYK 0.74 0 0.97 0.25
HSL 105.56º 0.95% 0.39% -
HSV(B) 105.56º 0.97% 0.75% -
XYZ 20.19 38.39 6.49 -
YUV 128.22 58.46 72.21 -
System Red Green Blue C M Y K H S L
Decimal 50 192 5 0.74 0 0.97 0.25 105.56 0.95 0.39
Hex 32 C0 5 4A 0 61 19 6A 5F 27
Octal 62 300 5 112 0 141 31 152 137 47
Binary 110010 11000000 101 1001010 0 1100001 11001 1101010 1011111 100111

Color Harmonies of #32C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C005

Black with #32C005

Text Example


Text Example

White with #32C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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