Html Css Color HEX #509B1B Limeade

📋 copy color: '#509B1B'

red 80 ◦ green 155 ◦ blue 27

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

Shades of Limeade #509B1B

Tints of Limeade #509B1B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.16%

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

R = 30.53%
G = 59.16%
B = 10.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#509B1B (or 0x509B1B) is known color: Limeade. HEX triplet: 50, 9B and 1B. RGB value is (80,155,27). Sum of RGB (Red+Green+Blue) = 80+155+27=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #509B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B1B is #AF64E4. Grayscale: #767676. Windows color (decimal): -11494629 or 1809232. OLE color: 1809232.

HSL color Cylindrical-coordinate representation of color #509B1B: hue angle of 95.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #509B1B is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 27 -
CMYK 0.48 0 0.83 0.39
HSL 95.16º 0.7% 0.36% -
HSV(B) 95.16º 0.83% 0.61% -
XYZ 15.23 25.23 5.1 -
YUV 117.98 76.65 100.91 -
System Red Green Blue C M Y K H S L
Decimal 80 155 27 0.48 0 0.83 0.39 95.16 0.7 0.36
Hex 50 9B 1B 30 0 53 27 5F 46 24
Octal 120 233 33 60 0 123 47 137 106 44
Binary 1010000 10011011 11011 110000 0 1010011 100111 1011111 1000110 100100

Color Harmonies of #509B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B1B

Black with #509B1B

Text Example


Text Example

White with #509B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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