Html Css Color HEX #61963D Limeade

📋 copy color: '#61963D'

red 97 ◦ green 150 ◦ blue 61

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

Shades of Limeade #61963D

Tints of Limeade #61963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 31.49%
G = 48.7%
B = 19.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#61963D (or 0x61963D) is known color: Limeade. HEX triplet: 61, 96 and 3D. RGB value is (97,150,61). Sum of RGB (Red+Green+Blue) = 97+150+61=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #61963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61963D is #9E69C2. Grayscale: #7C7C7C. Windows color (decimal): -10381763 or 4036193. OLE color: 4036193.

HSL color Cylindrical-coordinate representation of color #61963D: hue angle of 95.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61963D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 61 -
CMYK 0.35 0 0.59 0.41
HSL 95.73º 0.42% 0.41% -
HSV(B) 95.73º 0.59% 0.59% -
XYZ 16.68 24.69 8.3 -
YUV 124.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 97 150 61 0.35 0 0.59 0.41 95.73 0.42 0.41
Hex 61 96 3D 23 0 3B 29 60 2A 29
Octal 141 226 75 43 0 73 51 140 52 51
Binary 1100001 10010110 111101 100011 0 111011 101001 1100000 101010 101001

Color Harmonies of #61963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61963D

Black with #61963D

Text Example


Text Example

White with #61963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61963D; }

 p { color: rgb(97,150,61); }

 H1.HeaderClassName
 {
   color: #61963D;
 }
 .AnyTagClassName
 {
   color: #61963D;
 }
</style>

background-color css

<style>
 a { background-color: #61963D; }

 a { background-color: rgb(97,150,61); }

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

border-color css

<style>
 span { border-color: #61963D; }

 span { border-color: rgb(97,150,61); }

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