Html Css Color HEX #5D980F Limeade

📋 copy color: '#5D980F'

red 93 ◦ green 152 ◦ blue 15

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

Shades of Limeade #5D980F

Tints of Limeade #5D980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 35.77%
G = 58.46%
B = 5.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#5D980F (or 0x5D980F) is known color: Limeade. HEX triplet: 5D, 98 and 0F. RGB value is (93,152,15). Sum of RGB (Red+Green+Blue) = 93+152+15=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #5D980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D980F is #A267F0. Grayscale: #777777. Windows color (decimal): -10643441 or 1022045. OLE color: 1022045.

HSL color Cylindrical-coordinate representation of color #5D980F: hue angle of 85.84º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D980F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 152 15 -
CMYK 0.39 0 0.90 0.40
HSL 85.84º 0.82% 0.33% -
HSV(B) 85.84º 0.9% 0.6% -
XYZ 15.83 24.82 4.41 -
YUV 118.74 69.45 109.64 -
System Red Green Blue C M Y K H S L
Decimal 93 152 15 0.39 0 0.90 0.40 85.84 0.82 0.33
Hex 5D 98 F 27 0 5A 28 56 52 21
Octal 135 230 17 47 0 132 50 126 122 41
Binary 1011101 10011000 1111 100111 0 1011010 101000 1010110 1010010 100001

Color Harmonies of #5D980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D980F

Black with #5D980F

Text Example


Text Example

White with #5D980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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