Html Css Color HEX #5D961A Limeade

📋 copy color: '#5D961A'

red 93 ◦ green 150 ◦ blue 26

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

Shades of Limeade #5D961A

Tints of Limeade #5D961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 34.57%
G = 55.76%
B = 9.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#5D961A (or 0x5D961A) is known color: Limeade. HEX triplet: 5D, 96 and 1A. RGB value is (93,150,26). Sum of RGB (Red+Green+Blue) = 93+150+26=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #5D961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D961A is #A269E5. Grayscale: #777777. Windows color (decimal): -10643942 or 1742429. OLE color: 1742429.

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

Color convert

RGB 93 150 26 -
CMYK 0.38 0 0.83 0.41
HSL 87.58º 0.7% 0.35% -
HSV(B) 87.58º 0.83% 0.59% -
XYZ 15.61 24.21 4.83 -
YUV 118.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 93 150 26 0.38 0 0.83 0.41 87.58 0.7 0.35
Hex 5D 96 1A 26 0 53 29 58 46 23
Octal 135 226 32 46 0 123 51 130 106 43
Binary 1011101 10010110 11010 100110 0 1010011 101001 1011000 1000110 100011

Color Harmonies of #5D961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D961A

Black with #5D961A

Text Example


Text Example

White with #5D961A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,150,26); }

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

background-color css

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

 a { background-color: rgb(93,150,26); }

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

border-color css

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

 span { border-color: rgb(93,150,26); }

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