Html Css Color HEX #61982D Limeade

📋 copy color: '#61982D'

red 97 ◦ green 152 ◦ blue 45

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

Shades of Limeade #61982D

Tints of Limeade #61982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 32.99%
G = 51.7%
B = 15.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#61982D (or 0x61982D) is known color: Limeade. HEX triplet: 61, 98 and 2D. RGB value is (97,152,45). Sum of RGB (Red+Green+Blue) = 97+152+45=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #61982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61982D is #9E67D2. Grayscale: #7B7B7B. Windows color (decimal): -10381267 or 2988129. OLE color: 2988129.

HSL color Cylindrical-coordinate representation of color #61982D: hue angle of 90.84º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61982D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 45 -
CMYK 0.36 0 0.70 0.40
HSL 90.84º 0.54% 0.39% -
HSV(B) 90.84º 0.7% 0.6% -
XYZ 16.63 25.19 6.47 -
YUV 123.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 97 152 45 0.36 0 0.70 0.40 90.84 0.54 0.39
Hex 61 98 2D 24 0 46 28 5B 36 27
Octal 141 230 55 44 0 106 50 133 66 47
Binary 1100001 10011000 101101 100100 0 1000110 101000 1011011 110110 100111

Color Harmonies of #61982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61982D

Black with #61982D

Text Example


Text Example

White with #61982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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