Html Css Color HEX #61A224 Limeade

📋 copy color: '#61A224'

red 97 ◦ green 162 ◦ blue 36

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

Shades of Limeade #61A224

Tints of Limeade #61A224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.92%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 32.88%
G = 54.92%
B = 12.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#61A224 (or 0x61A224) is known color: Limeade. HEX triplet: 61, A2 and 24. RGB value is (97,162,36). Sum of RGB (Red+Green+Blue) = 97+162+36=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #61A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A224 is #9E5DDB. Grayscale: #808080. Windows color (decimal): -10378716 or 2400865. OLE color: 2400865.

HSL color Cylindrical-coordinate representation of color #61A224: hue angle of 90.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61A224 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 36 -
CMYK 0.40 0 0.78 0.36
HSL 90.95º 0.64% 0.39% -
HSV(B) 90.95º 0.78% 0.64% -
XYZ 18.17 28.51 6.21 -
YUV 128.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 97 162 36 0.40 0 0.78 0.36 90.95 0.64 0.39
Hex 61 A2 24 28 0 4E 24 5B 40 27
Octal 141 242 44 50 0 116 44 133 100 47
Binary 1100001 10100010 100100 101000 0 1001110 100100 1011011 1000000 100111

Color Harmonies of #61A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A224

Black with #61A224

Text Example


Text Example

White with #61A224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,162,36); }

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

background-color css

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

 a { background-color: rgb(97,162,36); }

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

border-color css

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

 span { border-color: rgb(97,162,36); }

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