Html Css Color HEX #5E961C Limeade

📋 copy color: '#5E961C'

red 94 ◦ green 150 ◦ blue 28

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

Shades of Limeade #5E961C

Tints of Limeade #5E961C

RGB

 RED value IS 94 (37.11% from 255) = 34.56%

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 34.56%
G = 55.15%
B = 10.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#5E961C (or 0x5E961C) is known color: Limeade. HEX triplet: 5E, 96 and 1C. RGB value is (94,150,28). Sum of RGB (Red+Green+Blue) = 94+150+28=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #5E961C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E961C is #A169E3. Grayscale: #777777. Windows color (decimal): -10578404 or 1873502. OLE color: 1873502.

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

Color convert

RGB 94 150 28 -
CMYK 0.37 0 0.81 0.41
HSL 87.54º 0.69% 0.35% -
HSV(B) 87.54º 0.81% 0.59% -
XYZ 15.73 24.28 4.96 -
YUV 119.35 76.45 109.92 -
System Red Green Blue C M Y K H S L
Decimal 94 150 28 0.37 0 0.81 0.41 87.54 0.69 0.35
Hex 5E 96 1C 25 0 51 29 58 45 23
Octal 136 226 34 45 0 121 51 130 105 43
Binary 1011110 10010110 11100 100101 0 1010001 101001 1011000 1000101 100011

Color Harmonies of #5E961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E961C

Black with #5E961C

Text Example


Text Example

White with #5E961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,28); }

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

background-color css

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

 a { background-color: rgb(94,150,28); }

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

border-color css

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

 span { border-color: rgb(94,150,28); }

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