Html Css Color HEX #61983F Limeade

📋 copy color: '#61983F'

red 97 ◦ green 152 ◦ blue 63

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

Shades of Limeade #61983F

Tints of Limeade #61983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.72%

 BLUE value IS 63 (25% from 255) = 20.19%

R = 31.09%
G = 48.72%
B = 20.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#61983F (or 0x61983F) is known color: Limeade. HEX triplet: 61, 98 and 3F. RGB value is (97,152,63). Sum of RGB (Red+Green+Blue) = 97+152+63=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #61983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61983F is #9E67C0. Grayscale: #7D7D7D. Windows color (decimal): -10381249 or 4167777. OLE color: 4167777.

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

Color convert

RGB 97 152 63 -
CMYK 0.36 0 0.59 0.40
HSL 97.08º 0.41% 0.42% -
HSV(B) 97.08º 0.59% 0.6% -
XYZ 17.06 25.36 8.7 -
YUV 125.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 97 152 63 0.36 0 0.59 0.40 97.08 0.41 0.42
Hex 61 98 3F 24 0 3B 28 61 29 2A
Octal 141 230 77 44 0 73 50 141 51 52
Binary 1100001 10011000 111111 100100 0 111011 101000 1100001 101001 101010

Color Harmonies of #61983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61983F

Black with #61983F

Text Example


Text Example

White with #61983F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,152,63); }

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

background-color css

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

 a { background-color: rgb(97,152,63); }

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

border-color css

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

 span { border-color: rgb(97,152,63); }

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