Html Css Color HEX #61992B Limeade

📋 copy color: '#61992B'

red 97 ◦ green 153 ◦ blue 43

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

Shades of Limeade #61992B

Tints of Limeade #61992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 33.11%
G = 52.22%
B = 14.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#61992B (or 0x61992B) is known color: Limeade. HEX triplet: 61, 99 and 2B. RGB value is (97,153,43). Sum of RGB (Red+Green+Blue) = 97+153+43=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #61992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61992B is #9E66D4. Grayscale: #7C7C7C. Windows color (decimal): -10381013 or 2857313. OLE color: 2857313.

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

Color convert

RGB 97 153 43 -
CMYK 0.37 0 0.72 0.4
HSL 90.55º 0.56% 0.38% -
HSV(B) 90.55º 0.72% 0.6% -
XYZ 16.76 25.5 6.32 -
YUV 123.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 97 153 43 0.37 0 0.72 0.4 90.55 0.56 0.38
Hex 61 99 2B 25 0 48 28 5B 38 26
Octal 141 231 53 45 0 110 50 133 70 46
Binary 1100001 10011001 101011 100101 0 1001000 101000 1011011 111000 100110

Color Harmonies of #61992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61992B

Black with #61992B

Text Example


Text Example

White with #61992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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