Html Css Color HEX #5C980A Limeade

📋 copy color: '#5C980A'

red 92 ◦ green 152 ◦ blue 10

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

Shades of Limeade #5C980A

Tints of Limeade #5C980A

RGB

 RED value IS 92 (36.33% from 255) = 36.22%

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

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

R = 36.22%
G = 59.84%
B = 3.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#5C980A (or 0x5C980A) is known color: Limeade. HEX triplet: 5C, 98 and 0A. RGB value is (92,152,10). Sum of RGB (Red+Green+Blue) = 92+152+10=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #5C980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C980A is #A367F5. Grayscale: #767676. Windows color (decimal): -10708982 or 694364. OLE color: 694364.

HSL color Cylindrical-coordinate representation of color #5C980A: hue angle of 85.35º 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 #5C980A is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 152 10 -
CMYK 0.39 0 0.93 0.40
HSL 85.35º 0.88% 0.32% -
HSV(B) 85.35º 0.93% 0.6% -
XYZ 15.7 24.75 4.24 -
YUV 117.87 67.12 109.55 -
System Red Green Blue C M Y K H S L
Decimal 92 152 10 0.39 0 0.93 0.40 85.35 0.88 0.32
Hex 5C 98 A 27 0 5D 28 55 58 20
Octal 134 230 12 47 0 135 50 125 130 40
Binary 1011100 10011000 1010 100111 0 1011101 101000 1010101 1011000 100000

Color Harmonies of #5C980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C980A

Black with #5C980A

Text Example


Text Example

White with #5C980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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