Html Css Color HEX #32AF14 Kelly Green

📋 copy color: '#32AF14'

red 50 ◦ green 175 ◦ blue 20

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

Shades of Kelly Green #32AF14

Tints of Kelly Green #32AF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 71.43%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 20.41%
G = 71.43%
B = 8.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#32AF14 (or 0x32AF14) is known color: Kelly Green. HEX triplet: 32, AF and 14. RGB value is (50,175,20). Sum of RGB (Red+Green+Blue) = 50+175+20=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF14 is #CD50EB. Grayscale: #787878. Windows color (decimal): -13455596 or 1355570. OLE color: 1355570.

HSL color Cylindrical-coordinate representation of color #32AF14: hue angle of 108.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32AF14 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 20 -
CMYK 0.71 0 0.89 0.31
HSL 108.39º 0.79% 0.38% -
HSV(B) 108.39º 0.89% 0.69% -
XYZ 16.77 31.39 5.84 -
YUV 119.96 71.59 78.1 -
System Red Green Blue C M Y K H S L
Decimal 50 175 20 0.71 0 0.89 0.31 108.39 0.79 0.38
Hex 32 AF 14 47 0 59 1F 6C 4F 26
Octal 62 257 24 107 0 131 37 154 117 46
Binary 110010 10101111 10100 1000111 0 1011001 11111 1101100 1001111 100110

Color Harmonies of #32AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF14

Black with #32AF14

Text Example


Text Example

White with #32AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,20); }

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

background-color css

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

 a { background-color: rgb(50,175,20); }

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

border-color css

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

 span { border-color: rgb(50,175,20); }

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