Html Css Color HEX #509A1B Limeade

📋 copy color: '#509A1B'

red 80 ◦ green 154 ◦ blue 27

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

Shades of Limeade #509A1B

Tints of Limeade #509A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 59%

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 30.65%
G = 59%
B = 10.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#509A1B (or 0x509A1B) is known color: Limeade. HEX triplet: 50, 9A and 1B. RGB value is (80,154,27). Sum of RGB (Red+Green+Blue) = 80+154+27=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #509A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A1B is #AF65E4. Grayscale: #757575. Windows color (decimal): -11494885 or 1808976. OLE color: 1808976.

HSL color Cylindrical-coordinate representation of color #509A1B: hue angle of 94.96º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #509A1B is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 27 -
CMYK 0.48 0 0.82 0.40
HSL 94.96º 0.7% 0.35% -
HSV(B) 94.96º 0.82% 0.6% -
XYZ 15.06 24.9 5.05 -
YUV 117.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 80 154 27 0.48 0 0.82 0.40 94.96 0.7 0.35
Hex 50 9A 1B 30 0 52 28 5F 46 23
Octal 120 232 33 60 0 122 50 137 106 43
Binary 1010000 10011010 11011 110000 0 1010010 101000 1011111 1000110 100011

Color Harmonies of #509A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A1B

Black with #509A1B

Text Example


Text Example

White with #509A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A1B; }

 p { color: rgb(80,154,27); }

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

background-color css

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

 a { background-color: rgb(80,154,27); }

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

border-color css

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

 span { border-color: rgb(80,154,27); }

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