Html Css Color HEX #32CA13 Kelly Green

📋 copy color: '#32CA13'

red 50 ◦ green 202 ◦ blue 19

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

Shades of Kelly Green #32CA13

Tints of Kelly Green #32CA13

RGB

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

 GREEN value IS 202 (79.3% from 255) = 74.54%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 18.45%
G = 74.54%
B = 7.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#32CA13 (or 0x32CA13) is known color: Kelly Green. HEX triplet: 32, CA and 13. RGB value is (50,202,19). Sum of RGB (Red+Green+Blue) = 50+202+19=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CA13 is #CD35EC. Grayscale: #888888. Windows color (decimal): -13448685 or 1296946. OLE color: 1296946.

HSL color Cylindrical-coordinate representation of color #32CA13: hue angle of 109.84º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32CA13 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 19 -
CMYK 0.75 0 0.91 0.21
HSL 109.84º 0.83% 0.43% -
HSV(B) 109.84º 0.91% 0.79% -
XYZ 22.55 42.97 7.72 -
YUV 135.69 62.14 66.88 -
System Red Green Blue C M Y K H S L
Decimal 50 202 19 0.75 0 0.91 0.21 109.84 0.83 0.43
Hex 32 CA 13 4B 0 5B 15 6E 53 2B
Octal 62 312 23 113 0 133 25 156 123 53
Binary 110010 11001010 10011 1001011 0 1011011 10101 1101110 1010011 101011

Color Harmonies of #32CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA13

Black with #32CA13

Text Example


Text Example

White with #32CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,202,19); }

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

background-color css

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

 a { background-color: rgb(50,202,19); }

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

border-color css

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

 span { border-color: rgb(50,202,19); }

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