Html Css Color HEX #32C513 Kelly Green

📋 copy color: '#32C513'

red 50 ◦ green 197 ◦ blue 19

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

Shades of Kelly Green #32C513

Tints of Kelly Green #32C513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.06%

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

R = 18.8%
G = 74.06%
B = 7.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#32C513 (or 0x32C513) is known color: Kelly Green. HEX triplet: 32, C5 and 13. RGB value is (50,197,19). Sum of RGB (Red+Green+Blue) = 50+197+19=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #32C513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C513 is #CD3AEC. Grayscale: #858585. Windows color (decimal): -13449965 or 1295666. OLE color: 1295666.

HSL color Cylindrical-coordinate representation of color #32C513: hue angle of 109.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32C513 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 197 19 -
CMYK 0.75 0 0.90 0.23
HSL 109.55º 0.82% 0.42% -
HSV(B) 109.55º 0.9% 0.77% -
XYZ 21.4 40.66 7.34 -
YUV 132.76 63.8 68.97 -
System Red Green Blue C M Y K H S L
Decimal 50 197 19 0.75 0 0.90 0.23 109.55 0.82 0.42
Hex 32 C5 13 4B 0 5A 17 6E 52 2A
Octal 62 305 23 113 0 132 27 156 122 52
Binary 110010 11000101 10011 1001011 0 1011010 10111 1101110 1010010 101010

Color Harmonies of #32C513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C513

Black with #32C513

Text Example


Text Example

White with #32C513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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