Html Css Color HEX #5E980A Limeade

📋 copy color: '#5E980A'

red 94 ◦ green 152 ◦ blue 10

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

Shades of Limeade #5E980A

Tints of Limeade #5E980A

RGB

 RED value IS 94 (37.11% from 255) = 36.72%

 GREEN value IS 152 (59.77% from 255) = 59.38%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 36.72%
G = 59.38%
B = 3.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#5E980A (or 0x5E980A) is known color: Limeade. HEX triplet: 5E, 98 and 0A. RGB value is (94,152,10). Sum of RGB (Red+Green+Blue) = 94+152+10=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #5E980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E980A is #A167F5. Grayscale: #767676. Windows color (decimal): -10577910 or 694366. OLE color: 694366.

HSL color Cylindrical-coordinate representation of color #5E980A: hue angle of 84.51º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E980A is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 10 -
CMYK 0.38 0 0.93 0.40
HSL 84.51º 0.88% 0.32% -
HSV(B) 84.51º 0.93% 0.6% -
XYZ 15.9 24.86 4.25 -
YUV 118.47 66.78 110.55 -
System Red Green Blue C M Y K H S L
Decimal 94 152 10 0.38 0 0.93 0.40 84.51 0.88 0.32
Hex 5E 98 A 26 0 5D 28 55 58 20
Octal 136 230 12 46 0 135 50 125 130 40
Binary 1011110 10011000 1010 100110 0 1011101 101000 1010101 1011000 100000

Color Harmonies of #5E980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E980A

Black with #5E980A

Text Example


Text Example

White with #5E980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E980A; }

 p { color: rgb(94,152,10); }

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

background-color css

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

 a { background-color: rgb(94,152,10); }

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

border-color css

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

 span { border-color: rgb(94,152,10); }

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