Html Css Color HEX #5D982B Limeade

📋 copy color: '#5D982B'

red 93 ◦ green 152 ◦ blue 43

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

Shades of Limeade #5D982B

Tints of Limeade #5D982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 32.29%
G = 52.78%
B = 14.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#5D982B (or 0x5D982B) is known color: Limeade. HEX triplet: 5D, 98 and 2B. RGB value is (93,152,43). Sum of RGB (Red+Green+Blue) = 93+152+43=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #5D982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D982B is #A267D4. Grayscale: #7A7A7A. Windows color (decimal): -10643413 or 2857053. OLE color: 2857053.

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

Color convert

RGB 93 152 43 -
CMYK 0.39 0 0.72 0.40
HSL 92.48º 0.56% 0.38% -
HSV(B) 92.48º 0.72% 0.6% -
XYZ 16.18 24.96 6.25 -
YUV 121.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 93 152 43 0.39 0 0.72 0.40 92.48 0.56 0.38
Hex 5D 98 2B 27 0 48 28 5C 38 26
Octal 135 230 53 47 0 110 50 134 70 46
Binary 1011101 10011000 101011 100111 0 1001000 101000 1011100 111000 100110

Color Harmonies of #5D982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D982B

Black with #5D982B

Text Example


Text Example

White with #5D982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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