Html Css Color HEX #61981D Limeade

📋 copy color: '#61981D'

red 97 ◦ green 152 ◦ blue 29

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

Shades of Limeade #61981D

Tints of Limeade #61981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 34.89%
G = 54.68%
B = 10.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#61981D (or 0x61981D) is known color: Limeade. HEX triplet: 61, 98 and 1D. RGB value is (97,152,29). Sum of RGB (Red+Green+Blue) = 97+152+29=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #61981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61981D is #9E67E2. Grayscale: #797979. Windows color (decimal): -10381283 or 1939553. OLE color: 1939553.

HSL color Cylindrical-coordinate representation of color #61981D: hue angle of 86.83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61981D is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 29 -
CMYK 0.36 0 0.81 0.40
HSL 86.83º 0.68% 0.35% -
HSV(B) 86.83º 0.81% 0.6% -
XYZ 16.38 25.09 5.14 -
YUV 121.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 97 152 29 0.36 0 0.81 0.40 86.83 0.68 0.35
Hex 61 98 1D 24 0 51 28 57 44 23
Octal 141 230 35 44 0 121 50 127 104 43
Binary 1100001 10011000 11101 100100 0 1010001 101000 1010111 1000100 100011

Color Harmonies of #61981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61981D

Black with #61981D

Text Example


Text Example

White with #61981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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