Html Css Color HEX #50AF32 Kelly Green

📋 copy color: '#50AF32'

red 80 ◦ green 175 ◦ blue 50

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

Shades of Kelly Green #50AF32

Tints of Kelly Green #50AF32

RGB

 RED value IS 80 (31.64% from 255) = 26.23%

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 26.23%
G = 57.38%
B = 16.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#50AF32 (or 0x50AF32) is known color: Kelly Green. HEX triplet: 50, AF and 32. RGB value is (80,175,50). Sum of RGB (Red+Green+Blue) = 80+175+50=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF32 is #AF50CD. Grayscale: #848484. Windows color (decimal): -11489486 or 3321680. OLE color: 3321680.

HSL color Cylindrical-coordinate representation of color #50AF32: hue angle of 105.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50AF32 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 50 -
CMYK 0.54 0 0.71 0.31
HSL 105.6º 0.56% 0.44% -
HSV(B) 105.6º 0.71% 0.69% -
XYZ 19.21 32.6 8.3 -
YUV 132.35 81.53 90.66 -
System Red Green Blue C M Y K H S L
Decimal 80 175 50 0.54 0 0.71 0.31 105.6 0.56 0.44
Hex 50 AF 32 36 0 47 1F 6A 38 2C
Octal 120 257 62 66 0 107 37 152 70 54
Binary 1010000 10101111 110010 110110 0 1000111 11111 1101010 111000 101100

Color Harmonies of #50AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF32

Black with #50AF32

Text Example


Text Example

White with #50AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AF32; }

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

 H1.HeaderClassName
 {
   color: #50AF32;
 }
 .AnyTagClassName
 {
   color: #50AF32;
 }
</style>

background-color css

<style>
 a { background-color: #50AF32; }

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

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

border-color css

<style>
 span { border-color: #50AF32; }

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

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