Html Css Color HEX #609525 Limeade

📋 copy color: '#609525'

red 96 ◦ green 149 ◦ blue 37

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

Shades of Limeade #609525

Tints of Limeade #609525

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

 GREEN value IS 149 (58.59% from 255) = 52.84%

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

R = 34.04%
G = 52.84%
B = 13.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#609525 (or 0x609525) is known color: Limeade. HEX triplet: 60, 95 and 25. RGB value is (96,149,37). Sum of RGB (Red+Green+Blue) = 96+149+37=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #609525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609525 is #9F6ADA. Grayscale: #787878. Windows color (decimal): -10447579 or 2463072. OLE color: 2463072.

HSL color Cylindrical-coordinate representation of color #609525: hue angle of 88.39º 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 #609525 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 37 -
CMYK 0.36 0 0.75 0.42
HSL 88.39º 0.6% 0.36% -
HSV(B) 88.39º 0.75% 0.58% -
XYZ 15.91 24.12 5.57 -
YUV 120.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 96 149 37 0.36 0 0.75 0.42 88.39 0.6 0.36
Hex 60 95 25 24 0 4B 2A 58 3C 24
Octal 140 225 45 44 0 113 52 130 74 44
Binary 1100000 10010101 100101 100100 0 1001011 101010 1011000 111100 100100

Color Harmonies of #609525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609525

Black with #609525

Text Example


Text Example

White with #609525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609525; }

 p { color: rgb(96,149,37); }

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

background-color css

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

 a { background-color: rgb(96,149,37); }

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

border-color css

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

 span { border-color: rgb(96,149,37); }

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