Html Css Color HEX #32B50C Kelly Green

📋 copy color: '#32B50C'

red 50 ◦ green 181 ◦ blue 12

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

Shades of Kelly Green #32B50C

Tints of Kelly Green #32B50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 74.49%

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 20.58%
G = 74.49%
B = 4.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#32B50C (or 0x32B50C) is known color: Kelly Green. HEX triplet: 32, B5 and 0C. RGB value is (50,181,12). Sum of RGB (Red+Green+Blue) = 50+181+12=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 181 (71.09% from 255 or 74.49% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 181 - color contains mainly: green. Hex color #32B50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B50C is #CD4AF3. Grayscale: #7B7B7B. Windows color (decimal): -13454068 or 832818. OLE color: 832818.

HSL color Cylindrical-coordinate representation of color #32B50C: hue angle of 106.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32B50C is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 12 -
CMYK 0.72 0 0.93 0.29
HSL 106.51º 0.88% 0.38% -
HSV(B) 106.51º 0.93% 0.71% -
XYZ 17.91 33.75 5.92 -
YUV 122.57 65.6 76.24 -
System Red Green Blue C M Y K H S L
Decimal 50 181 12 0.72 0 0.93 0.29 106.51 0.88 0.38
Hex 32 B5 C 48 0 5D 1D 6B 58 26
Octal 62 265 14 110 0 135 35 153 130 46
Binary 110010 10110101 1100 1001000 0 1011101 11101 1101011 1011000 100110

Color Harmonies of #32B50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B50C

Black with #32B50C

Text Example


Text Example

White with #32B50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,12); }

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

background-color css

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

 a { background-color: rgb(50,181,12); }

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

border-color css

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

 span { border-color: rgb(50,181,12); }

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