Html Css Color HEX #61A825 Limeade

📋 copy color: '#61A825'

red 97 ◦ green 168 ◦ blue 37

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

Shades of Limeade #61A825

Tints of Limeade #61A825

RGB

 RED value IS 97 (38.28% from 255) = 32.12%

 GREEN value IS 168 (66.02% from 255) = 55.63%

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

R = 32.12%
G = 55.63%
B = 12.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#61A825 (or 0x61A825) is known color: Limeade. HEX triplet: 61, A8 and 25. RGB value is (97,168,37). Sum of RGB (Red+Green+Blue) = 97+168+37=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #61A825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A825 is #9E57DA. Grayscale: #848484. Windows color (decimal): -10377179 or 2467937. OLE color: 2467937.

HSL color Cylindrical-coordinate representation of color #61A825: hue angle of 92.52º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61A825 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 168 37 -
CMYK 0.42 0 0.78 0.34
HSL 92.52º 0.64% 0.4% -
HSV(B) 92.52º 0.78% 0.66% -
XYZ 19.27 30.68 6.66 -
YUV 131.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 97 168 37 0.42 0 0.78 0.34 92.52 0.64 0.4
Hex 61 A8 25 2A 0 4E 22 5D 40 28
Octal 141 250 45 52 0 116 42 135 100 50
Binary 1100001 10101000 100101 101010 0 1001110 100010 1011101 1000000 101000

Color Harmonies of #61A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A825

Black with #61A825

Text Example


Text Example

White with #61A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A825; }

 p { color: rgb(97,168,37); }

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

background-color css

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

 a { background-color: rgb(97,168,37); }

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

border-color css

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

 span { border-color: rgb(97,168,37); }

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