Html Css Color HEX #5D981D Limeade

📋 copy color: '#5D981D'

red 93 ◦ green 152 ◦ blue 29

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

Shades of Limeade #5D981D

Tints of Limeade #5D981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 33.94%
G = 55.47%
B = 10.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#5D981D (or 0x5D981D) is known color: Limeade. HEX triplet: 5D, 98 and 1D. RGB value is (93,152,29). Sum of RGB (Red+Green+Blue) = 93+152+29=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #5D981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D981D is #A267E2. Grayscale: #787878. Windows color (decimal): -10643427 or 1939549. OLE color: 1939549.

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

Color convert

RGB 93 152 29 -
CMYK 0.39 0 0.81 0.40
HSL 88.78º 0.68% 0.35% -
HSV(B) 88.78º 0.81% 0.6% -
XYZ 15.96 24.87 5.12 -
YUV 120.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 93 152 29 0.39 0 0.81 0.40 88.78 0.68 0.35
Hex 5D 98 1D 27 0 51 28 59 44 23
Octal 135 230 35 47 0 121 50 131 104 43
Binary 1011101 10011000 11101 100111 0 1010001 101000 1011001 1000100 100011

Color Harmonies of #5D981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D981D

Black with #5D981D

Text Example


Text Example

White with #5D981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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