Html Css Color HEX #32AF05 Kelly Green

📋 copy color: '#32AF05'

red 50 ◦ green 175 ◦ blue 5

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

Shades of Kelly Green #32AF05

Tints of Kelly Green #32AF05

RGB

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

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

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

R = 21.74%
G = 76.09%
B = 2.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#32AF05 (or 0x32AF05) is known color: Kelly Green. HEX triplet: 32, AF and 05. RGB value is (50,175,5). Sum of RGB (Red+Green+Blue) = 50+175+5=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 175 (68.75% from 255 or 76.09% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF05 is #CD50FA. Grayscale: #767676. Windows color (decimal): -13455611 or 372530. OLE color: 372530.

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

Color convert

RGB 50 175 5 -
CMYK 0.71 0 0.97 0.31
HSL 104.12º 0.94% 0.35% -
HSV(B) 104.12º 0.97% 0.69% -
XYZ 16.67 31.35 5.32 -
YUV 118.25 64.09 79.32 -
System Red Green Blue C M Y K H S L
Decimal 50 175 5 0.71 0 0.97 0.31 104.12 0.94 0.35
Hex 32 AF 5 47 0 61 1F 68 5E 23
Octal 62 257 5 107 0 141 37 150 136 43
Binary 110010 10101111 101 1000111 0 1100001 11111 1101000 1011110 100011

Color Harmonies of #32AF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF05

Black with #32AF05

Text Example


Text Example

White with #32AF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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