Html Css Color HEX #50AE27 Kelly Green

📋 copy color: '#50AE27'

red 80 ◦ green 174 ◦ blue 39

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

Shades of Kelly Green #50AE27

Tints of Kelly Green #50AE27

RGB

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

 GREEN value IS 174 (68.36% from 255) = 59.39%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 27.3%
G = 59.39%
B = 13.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#50AE27 (or 0x50AE27) is known color: Kelly Green. HEX triplet: 50, AE and 27. RGB value is (80,174,39). Sum of RGB (Red+Green+Blue) = 80+174+39=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE27 is #AF51D8. Grayscale: #828282. Windows color (decimal): -11489753 or 2600528. OLE color: 2600528.

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

Color convert

RGB 80 174 39 -
CMYK 0.54 0 0.78 0.32
HSL 101.78º 0.63% 0.42% -
HSV(B) 101.78º 0.78% 0.68% -
XYZ 18.81 32.12 7.13 -
YUV 130.5 76.36 91.98 -
System Red Green Blue C M Y K H S L
Decimal 80 174 39 0.54 0 0.78 0.32 101.78 0.63 0.42
Hex 50 AE 27 36 0 4E 20 66 3F 2A
Octal 120 256 47 66 0 116 40 146 77 52
Binary 1010000 10101110 100111 110110 0 1001110 100000 1100110 111111 101010

Color Harmonies of #50AE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE27

Black with #50AE27

Text Example


Text Example

White with #50AE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,39); }

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

background-color css

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

 a { background-color: rgb(80,174,39); }

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

border-color css

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

 span { border-color: rgb(80,174,39); }

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