Html Css Color HEX #50AF03 Kelly Green

📋 copy color: '#50AF03'

red 80 ◦ green 175 ◦ blue 3

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

Shades of Kelly Green #50AF03

Tints of Kelly Green #50AF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 31.01%
G = 67.83%
B = 1.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#50AF03 (or 0x50AF03) is known color: Kelly Green. HEX triplet: 50, AF and 03. RGB value is (80,175,3). Sum of RGB (Red+Green+Blue) = 80+175+3=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF03 is #AF50FC. Grayscale: #7F7F7F. Windows color (decimal): -11489533 or 241488. OLE color: 241488.

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

Color convert

RGB 80 175 3 -
CMYK 0.54 0 0.98 0.31
HSL 93.14º 0.97% 0.35% -
HSV(B) 93.14º 0.98% 0.69% -
XYZ 18.65 32.37 5.35 -
YUV 126.99 58.03 94.49 -
System Red Green Blue C M Y K H S L
Decimal 80 175 3 0.54 0 0.98 0.31 93.14 0.97 0.35
Hex 50 AF 3 36 0 62 1F 5D 61 23
Octal 120 257 3 66 0 142 37 135 141 43
Binary 1010000 10101111 11 110110 0 1100010 11111 1011101 1100001 100011

Color Harmonies of #50AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AF03

Black with #50AF03

Text Example


Text Example

White with #50AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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