Html Css Color HEX #50AD03 Kelly Green

📋 copy color: '#50AD03'

red 80 ◦ green 173 ◦ blue 3

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

Shades of Kelly Green #50AD03

Tints of Kelly Green #50AD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.58%

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

R = 31.25%
G = 67.58%
B = 1.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#50AD03 (or 0x50AD03) is known color: Kelly Green. HEX triplet: 50, AD and 03. RGB value is (80,173,3). Sum of RGB (Red+Green+Blue) = 80+173+3=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AD03 is #AF52FC. Grayscale: #7E7E7E. Windows color (decimal): -11490045 or 240976. OLE color: 240976.

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

Color convert

RGB 80 173 3 -
CMYK 0.54 0 0.98 0.32
HSL 92.82º 0.97% 0.35% -
HSV(B) 92.82º 0.98% 0.68% -
XYZ 18.27 31.6 5.22 -
YUV 125.81 58.69 95.32 -
System Red Green Blue C M Y K H S L
Decimal 80 173 3 0.54 0 0.98 0.32 92.82 0.97 0.35
Hex 50 AD 3 36 0 62 20 5D 61 23
Octal 120 255 3 66 0 142 40 135 141 43
Binary 1010000 10101101 11 110110 0 1100010 100000 1011101 1100001 100011

Color Harmonies of #50AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD03

Black with #50AD03

Text Example


Text Example

White with #50AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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