Html Css Color HEX #61990F Limeade

📋 copy color: '#61990F'

red 97 ◦ green 153 ◦ blue 15

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

Shades of Limeade #61990F

Tints of Limeade #61990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 36.6%
G = 57.74%
B = 5.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#61990F (or 0x61990F) is known color: Limeade. HEX triplet: 61, 99 and 0F. RGB value is (97,153,15). Sum of RGB (Red+Green+Blue) = 97+153+15=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #61990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61990F is #9E66F0. Grayscale: #797979. Windows color (decimal): -10381041 or 1022305. OLE color: 1022305.

HSL color Cylindrical-coordinate representation of color #61990F: hue angle of 84.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61990F is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 15 -
CMYK 0.37 0 0.90 0.4
HSL 84.35º 0.82% 0.33% -
HSV(B) 84.35º 0.9% 0.6% -
XYZ 16.41 25.36 4.48 -
YUV 120.52 68.45 111.22 -
System Red Green Blue C M Y K H S L
Decimal 97 153 15 0.37 0 0.90 0.4 84.35 0.82 0.33
Hex 61 99 F 25 0 5A 28 54 52 21
Octal 141 231 17 45 0 132 50 124 122 41
Binary 1100001 10011001 1111 100101 0 1011010 101000 1010100 1010010 100001

Color Harmonies of #61990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61990F

Black with #61990F

Text Example


Text Example

White with #61990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,153,15); }

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

background-color css

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

 a { background-color: rgb(97,153,15); }

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

border-color css

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

 span { border-color: rgb(97,153,15); }

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