Html Css Color HEX #50AA25 Kelly Green

📋 copy color: '#50AA25'

red 80 ◦ green 170 ◦ blue 37

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

Shades of Kelly Green #50AA25

Tints of Kelly Green #50AA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.23%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 27.87%
G = 59.23%
B = 12.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#50AA25 (or 0x50AA25) is known color: Kelly Green. HEX triplet: 50, AA and 25. RGB value is (80,170,37). Sum of RGB (Red+Green+Blue) = 80+170+37=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA25 is #AF55DA. Grayscale: #808080. Windows color (decimal): -11490779 or 2468432. OLE color: 2468432.

HSL color Cylindrical-coordinate representation of color #50AA25: hue angle of 100.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50AA25 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 170 37 -
CMYK 0.53 0 0.78 0.33
HSL 100.6º 0.64% 0.41% -
HSV(B) 100.6º 0.78% 0.67% -
XYZ 18.02 30.59 6.7 -
YUV 127.93 76.68 93.81 -
System Red Green Blue C M Y K H S L
Decimal 80 170 37 0.53 0 0.78 0.33 100.6 0.64 0.41
Hex 50 AA 25 35 0 4E 21 65 40 29
Octal 120 252 45 65 0 116 41 145 100 51
Binary 1010000 10101010 100101 110101 0 1001110 100001 1100101 1000000 101001

Color Harmonies of #50AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA25

Black with #50AA25

Text Example


Text Example

White with #50AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,37); }

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

background-color css

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

 a { background-color: rgb(80,170,37); }

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

border-color css

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

 span { border-color: rgb(80,170,37); }

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