Html Css Color HEX #5C980D Limeade

📋 copy color: '#5C980D'

red 92 ◦ green 152 ◦ blue 13

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

Shades of Limeade #5C980D

Tints of Limeade #5C980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 35.8%
G = 59.14%
B = 5.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#5C980D (or 0x5C980D) is known color: Limeade. HEX triplet: 5C, 98 and 0D. RGB value is (92,152,13). Sum of RGB (Red+Green+Blue) = 92+152+13=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #5C980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C980D is #A367F2. Grayscale: #767676. Windows color (decimal): -10708979 or 890972. OLE color: 890972.

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

Color convert

RGB 92 152 13 -
CMYK 0.39 0 0.91 0.40
HSL 85.9º 0.84% 0.32% -
HSV(B) 85.9º 0.91% 0.6% -
XYZ 15.71 24.76 4.33 -
YUV 118.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 92 152 13 0.39 0 0.91 0.40 85.9 0.84 0.32
Hex 5C 98 D 27 0 5B 28 56 54 20
Octal 134 230 15 47 0 133 50 126 124 40
Binary 1011100 10011000 1101 100111 0 1011011 101000 1010110 1010100 100000

Color Harmonies of #5C980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C980D

Black with #5C980D

Text Example


Text Example

White with #5C980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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