Html Css Color HEX #5D982F Limeade

📋 copy color: '#5D982F'

red 93 ◦ green 152 ◦ blue 47

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

Shades of Limeade #5D982F

Tints of Limeade #5D982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 31.85%
G = 52.05%
B = 16.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#5D982F (or 0x5D982F) is known color: Limeade. HEX triplet: 5D, 98 and 2F. RGB value is (93,152,47). Sum of RGB (Red+Green+Blue) = 93+152+47=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #5D982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D982F is #A267D0. Grayscale: #7A7A7A. Windows color (decimal): -10643409 or 3119197. OLE color: 3119197.

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

Color convert

RGB 93 152 47 -
CMYK 0.39 0 0.69 0.40
HSL 93.71º 0.53% 0.39% -
HSV(B) 93.71º 0.69% 0.6% -
XYZ 16.26 24.99 6.66 -
YUV 122.39 85.45 107.04 -
System Red Green Blue C M Y K H S L
Decimal 93 152 47 0.39 0 0.69 0.40 93.71 0.53 0.39
Hex 5D 98 2F 27 0 45 28 5E 35 27
Octal 135 230 57 47 0 105 50 136 65 47
Binary 1011101 10011000 101111 100111 0 1000101 101000 1011110 110101 100111

Color Harmonies of #5D982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D982F

Black with #5D982F

Text Example


Text Example

White with #5D982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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