Html Css Color HEX #65A035 Limeade

📋 copy color: '#65A035'

red 101 ◦ green 160 ◦ blue 53

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

Shades of Limeade #65A035

Tints of Limeade #65A035

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 32.17%
G = 50.96%
B = 16.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#65A035 (or 0x65A035) is known color: Limeade. HEX triplet: 65, A0 and 35. RGB value is (101,160,53). Sum of RGB (Red+Green+Blue) = 101+160+53=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #65A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A035 is #9A5FCA. Grayscale: #828282. Windows color (decimal): -10117067 or 3514469. OLE color: 3514469.

HSL color Cylindrical-coordinate representation of color #65A035: hue angle of 93.08º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65A035 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 160 53 -
CMYK 0.37 0 0.67 0.37
HSL 93.08º 0.5% 0.42% -
HSV(B) 93.08º 0.67% 0.63% -
XYZ 18.58 28.17 7.83 -
YUV 130.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 101 160 53 0.37 0 0.67 0.37 93.08 0.5 0.42
Hex 65 A0 35 25 0 43 25 5D 32 2A
Octal 145 240 65 45 0 103 45 135 62 52
Binary 1100101 10100000 110101 100101 0 1000011 100101 1011101 110010 101010

Color Harmonies of #65A035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A035

Black with #65A035

Text Example


Text Example

White with #65A035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A035; }

 p { color: rgb(101,160,53); }

 H1.HeaderClassName
 {
   color: #65A035;
 }
 .AnyTagClassName
 {
   color: #65A035;
 }
</style>

background-color css

<style>
 a { background-color: #65A035; }

 a { background-color: rgb(101,160,53); }

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

border-color css

<style>
 span { border-color: #65A035; }

 span { border-color: rgb(101,160,53); }

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