Html Css Color HEX #5D970A Limeade

📋 copy color: '#5D970A'

red 93 ◦ green 151 ◦ blue 10

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

Shades of Limeade #5D970A

Tints of Limeade #5D970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 59.45%

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 36.61%
G = 59.45%
B = 3.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#5D970A (or 0x5D970A) is known color: Limeade. HEX triplet: 5D, 97 and 0A. RGB value is (93,151,10). Sum of RGB (Red+Green+Blue) = 93+151+10=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #5D970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D970A is #A268F5. Grayscale: #767676. Windows color (decimal): -10643702 or 694109. OLE color: 694109.

HSL color Cylindrical-coordinate representation of color #5D970A: hue angle of 84.68º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D970A is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 151 10 -
CMYK 0.38 0 0.93 0.41
HSL 84.68º 0.88% 0.32% -
HSV(B) 84.68º 0.93% 0.59% -
XYZ 15.64 24.48 4.19 -
YUV 117.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 93 151 10 0.38 0 0.93 0.41 84.68 0.88 0.32
Hex 5D 97 A 26 0 5D 29 55 58 20
Octal 135 227 12 46 0 135 51 125 130 40
Binary 1011101 10010111 1010 100110 0 1011101 101001 1010101 1011000 100000

Color Harmonies of #5D970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D970A

Black with #5D970A

Text Example


Text Example

White with #5D970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,151,10); }

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

background-color css

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

 a { background-color: rgb(93,151,10); }

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

border-color css

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

 span { border-color: rgb(93,151,10); }

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