Html Css Color HEX #509405 Limeade

📋 copy color: '#509405'

red 80 ◦ green 148 ◦ blue 5

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

Shades of Limeade #509405

Tints of Limeade #509405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.52%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 34.33%
G = 63.52%
B = 2.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#509405 (or 0x509405) is known color: Limeade. HEX triplet: 50, 94 and 05. RGB value is (80,148,5). Sum of RGB (Red+Green+Blue) = 80+148+5=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #509405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509405 is #AF6BFA. Grayscale: #6F6F6F. Windows color (decimal): -11496443 or 365648. OLE color: 365648.

HSL color Cylindrical-coordinate representation of color #509405: hue angle of 88.53º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509405 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 5 -
CMYK 0.46 0 0.97 0.42
HSL 88.53º 0.93% 0.3% -
HSV(B) 88.53º 0.97% 0.58% -
XYZ 13.93 22.9 3.83 -
YUV 111.37 67.97 105.63 -
System Red Green Blue C M Y K H S L
Decimal 80 148 5 0.46 0 0.97 0.42 88.53 0.93 0.3
Hex 50 94 5 2E 0 61 2A 59 5D 1E
Octal 120 224 5 56 0 141 52 131 135 36
Binary 1010000 10010100 101 101110 0 1100001 101010 1011001 1011101 11110

Color Harmonies of #509405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509405

Black with #509405

Text Example


Text Example

White with #509405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509405; }

 p { color: rgb(80,148,5); }

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

background-color css

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

 a { background-color: rgb(80,148,5); }

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

border-color css

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

 span { border-color: rgb(80,148,5); }

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