Html Css Color HEX #509227 Limeade

📋 copy color: '#509227'

red 80 ◦ green 146 ◦ blue 39

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

Shades of Limeade #509227

Tints of Limeade #509227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

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

R = 30.19%
G = 55.09%
B = 14.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#509227 (or 0x509227) is known color: Limeade. HEX triplet: 50, 92 and 27. RGB value is (80,146,39). Sum of RGB (Red+Green+Blue) = 80+146+39=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #509227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509227 is #AF6DD8. Grayscale: #727272. Windows color (decimal): -11496921 or 2593360. OLE color: 2593360.

HSL color Cylindrical-coordinate representation of color #509227: hue angle of 97.01º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #509227 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 39 -
CMYK 0.45 0 0.73 0.43
HSL 97.01º 0.58% 0.36% -
HSV(B) 97.01º 0.73% 0.57% -
XYZ 13.95 22.41 5.51 -
YUV 114.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 80 146 39 0.45 0 0.73 0.43 97.01 0.58 0.36
Hex 50 92 27 2D 0 49 2B 61 3A 24
Octal 120 222 47 55 0 111 53 141 72 44
Binary 1010000 10010010 100111 101101 0 1001001 101011 1100001 111010 100100

Color Harmonies of #509227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509227

Black with #509227

Text Example


Text Example

White with #509227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509227; }

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

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

background-color css

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

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

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

border-color css

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

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

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