Html Css Color HEX #61951E Limeade

📋 copy color: '#61951E'

red 97 ◦ green 149 ◦ blue 30

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

Shades of Limeade #61951E

Tints of Limeade #61951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.99%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 35.14%
G = 53.99%
B = 10.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#61951E (or 0x61951E) is known color: Limeade. HEX triplet: 61, 95 and 1E. RGB value is (97,149,30). Sum of RGB (Red+Green+Blue) = 97+149+30=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #61951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61951E is #9E6AE1. Grayscale: #787878. Windows color (decimal): -10382050 or 2004321. OLE color: 2004321.

HSL color Cylindrical-coordinate representation of color #61951E: hue angle of 86.22º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61951E is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 30 -
CMYK 0.35 0 0.80 0.42
HSL 86.22º 0.66% 0.35% -
HSV(B) 86.22º 0.8% 0.58% -
XYZ 15.91 24.13 5.05 -
YUV 119.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 97 149 30 0.35 0 0.80 0.42 86.22 0.66 0.35
Hex 61 95 1E 23 0 50 2A 56 42 23
Octal 141 225 36 43 0 120 52 126 102 43
Binary 1100001 10010101 11110 100011 0 1010000 101010 1010110 1000010 100011

Color Harmonies of #61951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61951E

Black with #61951E

Text Example


Text Example

White with #61951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61951E; }

 p { color: rgb(97,149,30); }

 H1.HeaderClassName
 {
   color: #61951E;
 }
 .AnyTagClassName
 {
   color: #61951E;
 }
</style>

background-color css

<style>
 a { background-color: #61951E; }

 a { background-color: rgb(97,149,30); }

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

border-color css

<style>
 span { border-color: #61951E; }

 span { border-color: rgb(97,149,30); }

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