Html Css Color HEX #61A12F Limeade

📋 copy color: '#61A12F'

red 97 ◦ green 161 ◦ blue 47

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

Shades of Limeade #61A12F

Tints of Limeade #61A12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 31.8%
G = 52.79%
B = 15.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#61A12F (or 0x61A12F) is known color: Limeade. HEX triplet: 61, A1 and 2F. RGB value is (97,161,47). Sum of RGB (Red+Green+Blue) = 97+161+47=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #61A12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A12F is #9E5ED0. Grayscale: #818181. Windows color (decimal): -10378961 or 3121505. OLE color: 3121505.

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

Color convert

RGB 97 161 47 -
CMYK 0.40 0 0.71 0.37
HSL 93.68º 0.55% 0.41% -
HSV(B) 93.68º 0.71% 0.63% -
XYZ 18.19 28.24 7.18 -
YUV 128.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 97 161 47 0.40 0 0.71 0.37 93.68 0.55 0.41
Hex 61 A1 2F 28 0 47 25 5E 37 29
Octal 141 241 57 50 0 107 45 136 67 51
Binary 1100001 10100001 101111 101000 0 1000111 100101 1011110 110111 101001

Color Harmonies of #61A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A12F

Black with #61A12F

Text Example


Text Example

White with #61A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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