Html Css Color HEX #5D980C Limeade

📋 copy color: '#5D980C'

red 93 ◦ green 152 ◦ blue 12

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

Shades of Limeade #5D980C

Tints of Limeade #5D980C

RGB

 RED value IS 93 (36.72% from 255) = 36.19%

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 36.19%
G = 59.14%
B = 4.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#5D980C (or 0x5D980C) is known color: Limeade. HEX triplet: 5D, 98 and 0C. RGB value is (93,152,12). Sum of RGB (Red+Green+Blue) = 93+152+12=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #5D980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D980C is #A267F3. Grayscale: #767676. Windows color (decimal): -10643444 or 825437. OLE color: 825437.

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

Color convert

RGB 93 152 12 -
CMYK 0.39 0 0.92 0.40
HSL 85.29º 0.85% 0.32% -
HSV(B) 85.29º 0.92% 0.6% -
XYZ 15.81 24.81 4.3 -
YUV 118.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 93 152 12 0.39 0 0.92 0.40 85.29 0.85 0.32
Hex 5D 98 C 27 0 5C 28 55 55 20
Octal 135 230 14 47 0 134 50 125 125 40
Binary 1011101 10011000 1100 100111 0 1011100 101000 1010101 1010101 100000

Color Harmonies of #5D980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D980C

Black with #5D980C

Text Example


Text Example

White with #5D980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,152,12); }

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

background-color css

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

 a { background-color: rgb(93,152,12); }

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

border-color css

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

 span { border-color: rgb(93,152,12); }

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