Html Css Color HEX #61A135 Limeade

📋 copy color: '#61A135'

red 97 ◦ green 161 ◦ blue 53

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

Shades of Limeade #61A135

Tints of Limeade #61A135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 31.19%
G = 51.77%
B = 17.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#61A135 (or 0x61A135) is known color: Limeade. HEX triplet: 61, A1 and 35. RGB value is (97,161,53). Sum of RGB (Red+Green+Blue) = 97+161+53=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #61A135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A135 is #9E5ECA. Grayscale: #818181. Windows color (decimal): -10378955 or 3514721. OLE color: 3514721.

HSL color Cylindrical-coordinate representation of color #61A135: hue angle of 95.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61A135 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 161 53 -
CMYK 0.40 0 0.67 0.37
HSL 95.56º 0.5% 0.42% -
HSV(B) 95.56º 0.67% 0.63% -
XYZ 18.32 28.29 7.86 -
YUV 129.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 97 161 53 0.40 0 0.67 0.37 95.56 0.5 0.42
Hex 61 A1 35 28 0 43 25 60 32 2A
Octal 141 241 65 50 0 103 45 140 62 52
Binary 1100001 10100001 110101 101000 0 1000011 100101 1100000 110010 101010

Color Harmonies of #61A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A135

Black with #61A135

Text Example


Text Example

White with #61A135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,161,53); }

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

background-color css

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

 a { background-color: rgb(97,161,53); }

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

border-color css

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

 span { border-color: rgb(97,161,53); }

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