Html Css Color HEX #61992F Limeade

📋 copy color: '#61992F'

red 97 ◦ green 153 ◦ blue 47

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

Shades of Limeade #61992F

Tints of Limeade #61992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

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

R = 32.66%
G = 51.52%
B = 15.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#61992F (or 0x61992F) is known color: Limeade. HEX triplet: 61, 99 and 2F. RGB value is (97,153,47). Sum of RGB (Red+Green+Blue) = 97+153+47=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #61992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61992F is #9E66D0. Grayscale: #7C7C7C. Windows color (decimal): -10381009 or 3119457. OLE color: 3119457.

HSL color Cylindrical-coordinate representation of color #61992F: hue angle of 91.7º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61992F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 47 -
CMYK 0.37 0 0.69 0.4
HSL 91.7º 0.53% 0.39% -
HSV(B) 91.7º 0.69% 0.6% -
XYZ 16.83 25.53 6.73 -
YUV 124.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 97 153 47 0.37 0 0.69 0.4 91.7 0.53 0.39
Hex 61 99 2F 25 0 45 28 5C 35 27
Octal 141 231 57 45 0 105 50 134 65 47
Binary 1100001 10011001 101111 100101 0 1000101 101000 1011100 110101 100111

Color Harmonies of #61992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61992F

Black with #61992F

Text Example


Text Example

White with #61992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61992F; }

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

 H1.HeaderClassName
 {
   color: #61992F;
 }
 .AnyTagClassName
 {
   color: #61992F;
 }
</style>

background-color css

<style>
 a { background-color: #61992F; }

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

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

border-color css

<style>
 span { border-color: #61992F; }

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

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