Html Css Color HEX #61982A Limeade

📋 copy color: '#61982A'

red 97 ◦ green 152 ◦ blue 42

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

Shades of Limeade #61982A

Tints of Limeade #61982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 33.33%
G = 52.23%
B = 14.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#61982A (or 0x61982A) is known color: Limeade. HEX triplet: 61, 98 and 2A. RGB value is (97,152,42). Sum of RGB (Red+Green+Blue) = 97+152+42=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #61982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61982A is #9E67D5. Grayscale: #7B7B7B. Windows color (decimal): -10381270 or 2791521. OLE color: 2791521.

HSL color Cylindrical-coordinate representation of color #61982A: hue angle of 90º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61982A is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 42 -
CMYK 0.36 0 0.72 0.40
HSL 90º 0.57% 0.38% -
HSV(B) 90º 0.72% 0.6% -
XYZ 16.58 25.17 6.17 -
YUV 123.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 97 152 42 0.36 0 0.72 0.40 90 0.57 0.38
Hex 61 98 2A 24 0 48 28 5A 39 26
Octal 141 230 52 44 0 110 50 132 71 46
Binary 1100001 10011000 101010 100100 0 1001000 101000 1011010 111001 100110

Color Harmonies of #61982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61982A

Black with #61982A

Text Example


Text Example

White with #61982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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