Html Css Color HEX #659D1C Limeade

📋 copy color: '#659D1C'

red 101 ◦ green 157 ◦ blue 28

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

Shades of Limeade #659D1C

Tints of Limeade #659D1C

RGB

 RED value IS 101 (39.84% from 255) = 35.31%

 GREEN value IS 157 (61.72% from 255) = 54.9%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 35.31%
G = 54.9%
B = 9.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#659D1C (or 0x659D1C) is known color: Limeade. HEX triplet: 65, 9D and 1C. RGB value is (101,157,28). Sum of RGB (Red+Green+Blue) = 101+157+28=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #659D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659D1C is #9A62E3. Grayscale: #7E7E7E. Windows color (decimal): -10117860 or 1875301. OLE color: 1875301.

HSL color Cylindrical-coordinate representation of color #659D1C: hue angle of 86.05º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #659D1C is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 28 -
CMYK 0.36 0 0.82 0.38
HSL 86.05º 0.7% 0.36% -
HSV(B) 86.05º 0.82% 0.62% -
XYZ 17.63 26.96 5.37 -
YUV 125.55 72.95 110.49 -
System Red Green Blue C M Y K H S L
Decimal 101 157 28 0.36 0 0.82 0.38 86.05 0.7 0.36
Hex 65 9D 1C 24 0 52 26 56 46 24
Octal 145 235 34 44 0 122 46 126 106 44
Binary 1100101 10011101 11100 100100 0 1010010 100110 1010110 1000110 100100

Color Harmonies of #659D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D1C

Black with #659D1C

Text Example


Text Example

White with #659D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659D1C; }

 p { color: rgb(101,157,28); }

 H1.HeaderClassName
 {
   color: #659D1C;
 }
 .AnyTagClassName
 {
   color: #659D1C;
 }
</style>

background-color css

<style>
 a { background-color: #659D1C; }

 a { background-color: rgb(101,157,28); }

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

border-color css

<style>
 span { border-color: #659D1C; }

 span { border-color: rgb(101,157,28); }

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