Html Css Color HEX #61A832 Limeade

📋 copy color: '#61A832'

red 97 ◦ green 168 ◦ blue 50

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

Shades of Limeade #61A832

Tints of Limeade #61A832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 30.79%
G = 53.33%
B = 15.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#61A832 (or 0x61A832) is known color: Limeade. HEX triplet: 61, A8 and 32. RGB value is (97,168,50). Sum of RGB (Red+Green+Blue) = 97+168+50=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #61A832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A832 is #9E57CD. Grayscale: #858585. Windows color (decimal): -10377166 or 3319905. OLE color: 3319905.

HSL color Cylindrical-coordinate representation of color #61A832: hue angle of 96.1º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61A832 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 168 50 -
CMYK 0.42 0 0.70 0.34
HSL 96.1º 0.54% 0.43% -
HSV(B) 96.1º 0.7% 0.66% -
XYZ 19.51 30.78 7.93 -
YUV 133.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 97 168 50 0.42 0 0.70 0.34 96.1 0.54 0.43
Hex 61 A8 32 2A 0 46 22 60 36 2B
Octal 141 250 62 52 0 106 42 140 66 53
Binary 1100001 10101000 110010 101010 0 1000110 100010 1100000 110110 101011

Color Harmonies of #61A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A832

Black with #61A832

Text Example


Text Example

White with #61A832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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