Html Css Color HEX #50AF12 Kelly Green

📋 copy color: '#50AF12'

red 80 ◦ green 175 ◦ blue 18

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

Shades of Kelly Green #50AF12

Tints of Kelly Green #50AF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 29.3%
G = 64.1%
B = 6.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#50AF12 (or 0x50AF12) is known color: Kelly Green. HEX triplet: 50, AF and 12. RGB value is (80,175,18). Sum of RGB (Red+Green+Blue) = 80+175+18=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF12 is #AF50ED. Grayscale: #818181. Windows color (decimal): -11489518 or 1224528. OLE color: 1224528.

HSL color Cylindrical-coordinate representation of color #50AF12: hue angle of 96.31º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50AF12 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 175 18 -
CMYK 0.54 0 0.90 0.31
HSL 96.31º 0.81% 0.38% -
HSV(B) 96.31º 0.9% 0.69% -
XYZ 18.75 32.41 5.84 -
YUV 128.7 65.53 93.27 -
System Red Green Blue C M Y K H S L
Decimal 80 175 18 0.54 0 0.90 0.31 96.31 0.81 0.38
Hex 50 AF 12 36 0 5A 1F 60 51 26
Octal 120 257 22 66 0 132 37 140 121 46
Binary 1010000 10101111 10010 110110 0 1011010 11111 1100000 1010001 100110

Color Harmonies of #50AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF12

Black with #50AF12

Text Example


Text Example

White with #50AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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