Html Css Color HEX #599425 Limeade

📋 copy color: '#599425'

red 89 ◦ green 148 ◦ blue 37

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

Shades of Limeade #599425

Tints of Limeade #599425

RGB

 RED value IS 89 (35.16% from 255) = 32.48%

 GREEN value IS 148 (58.2% from 255) = 54.01%

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 32.48%
G = 54.01%
B = 13.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#599425 (or 0x599425) is known color: Limeade. HEX triplet: 59, 94 and 25. RGB value is (89,148,37). Sum of RGB (Red+Green+Blue) = 89+148+37=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #599425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599425 is #A66BDA. Grayscale: #767676. Windows color (decimal): -10906587 or 2462809. OLE color: 2462809.

HSL color Cylindrical-coordinate representation of color #599425: hue angle of 91.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #599425 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 37 -
CMYK 0.40 0 0.75 0.42
HSL 91.89º 0.6% 0.36% -
HSV(B) 91.89º 0.75% 0.58% -
XYZ 15.04 23.44 5.48 -
YUV 117.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 89 148 37 0.40 0 0.75 0.42 91.89 0.6 0.36
Hex 59 94 25 28 0 4B 2A 5C 3C 24
Octal 131 224 45 50 0 113 52 134 74 44
Binary 1011001 10010100 100101 101000 0 1001011 101010 1011100 111100 100100

Color Harmonies of #599425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599425

Black with #599425

Text Example


Text Example

White with #599425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599425; }

 p { color: rgb(89,148,37); }

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

background-color css

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

 a { background-color: rgb(89,148,37); }

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

border-color css

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

 span { border-color: rgb(89,148,37); }

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