Html Css Color HEX #50A902 Kelly Green

📋 copy color: '#50A902'

red 80 ◦ green 169 ◦ blue 2

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

Shades of Kelly Green #50A902

Tints of Kelly Green #50A902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 67.33%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 31.87%
G = 67.33%
B = 0.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#50A902 (or 0x50A902) is known color: Kelly Green. HEX triplet: 50, A9 and 02. RGB value is (80,169,2). Sum of RGB (Red+Green+Blue) = 80+169+2=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 169 (66.41% from 255 or 67.33% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 169 - color contains mainly: green. Hex color #50A902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A902 is #AF56FD. Grayscale: #7B7B7B. Windows color (decimal): -11491070 or 174416. OLE color: 174416.

HSL color Cylindrical-coordinate representation of color #50A902: hue angle of 91.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50A902 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 2 -
CMYK 0.53 0 0.99 0.34
HSL 91.98º 0.98% 0.34% -
HSV(B) 91.98º 0.99% 0.66% -
XYZ 17.51 30.09 4.94 -
YUV 123.35 59.51 97.08 -
System Red Green Blue C M Y K H S L
Decimal 80 169 2 0.53 0 0.99 0.34 91.98 0.98 0.34
Hex 50 A9 2 35 0 63 22 5C 62 22
Octal 120 251 2 65 0 143 42 134 142 42
Binary 1010000 10101001 10 110101 0 1100011 100010 1011100 1100010 100010

Color Harmonies of #50A902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A902

Black with #50A902

Text Example


Text Example

White with #50A902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,2); }

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

background-color css

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

 a { background-color: rgb(80,169,2); }

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

border-color css

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

 span { border-color: rgb(80,169,2); }

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