Html Css Color HEX #65A037 Limeade

📋 copy color: '#65A037'

red 101 ◦ green 160 ◦ blue 55

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

Shades of Limeade #65A037

Tints of Limeade #65A037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 31.96%
G = 50.63%
B = 17.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#65A037 (or 0x65A037) is known color: Limeade. HEX triplet: 65, A0 and 37. RGB value is (101,160,55). Sum of RGB (Red+Green+Blue) = 101+160+55=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #65A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A037 is #9A5FC8. Grayscale: #828282. Windows color (decimal): -10117065 or 3645541. OLE color: 3645541.

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

Color convert

RGB 101 160 55 -
CMYK 0.37 0 0.66 0.37
HSL 93.71º 0.49% 0.42% -
HSV(B) 93.71º 0.66% 0.63% -
XYZ 18.63 28.18 8.07 -
YUV 130.39 85.45 107.04 -
System Red Green Blue C M Y K H S L
Decimal 101 160 55 0.37 0 0.66 0.37 93.71 0.49 0.42
Hex 65 A0 37 25 0 42 25 5E 31 2A
Octal 145 240 67 45 0 102 45 136 61 52
Binary 1100101 10100000 110111 100101 0 1000010 100101 1011110 110001 101010

Color Harmonies of #65A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A037

Black with #65A037

Text Example


Text Example

White with #65A037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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