Html Css Color HEX #61A133 Limeade

📋 copy color: '#61A133'

red 97 ◦ green 161 ◦ blue 51

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

Shades of Limeade #61A133

Tints of Limeade #61A133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 31.39%
G = 52.1%
B = 16.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#61A133 (or 0x61A133) is known color: Limeade. HEX triplet: 61, A1 and 33. RGB value is (97,161,51). Sum of RGB (Red+Green+Blue) = 97+161+51=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #61A133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A133 is #9E5ECC. Grayscale: #818181. Windows color (decimal): -10378957 or 3383649. OLE color: 3383649.

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

Color convert

RGB 97 161 51 -
CMYK 0.40 0 0.68 0.37
HSL 94.91º 0.52% 0.42% -
HSV(B) 94.91º 0.68% 0.63% -
XYZ 18.27 28.27 7.63 -
YUV 129.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 97 161 51 0.40 0 0.68 0.37 94.91 0.52 0.42
Hex 61 A1 33 28 0 44 25 5F 34 2A
Octal 141 241 63 50 0 104 45 137 64 52
Binary 1100001 10100001 110011 101000 0 1000100 100101 1011111 110100 101010

Color Harmonies of #61A133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A133

Black with #61A133

Text Example


Text Example

White with #61A133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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