Html Css Color HEX #65A033 Limeade

📋 copy color: '#65A033'

red 101 ◦ green 160 ◦ blue 51

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

Shades of Limeade #65A033

Tints of Limeade #65A033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 32.37%
G = 51.28%
B = 16.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#65A033 (or 0x65A033) is known color: Limeade. HEX triplet: 65, A0 and 33. RGB value is (101,160,51). Sum of RGB (Red+Green+Blue) = 101+160+51=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #65A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A033 is #9A5FCC. Grayscale: #828282. Windows color (decimal): -10117069 or 3383397. OLE color: 3383397.

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

Color convert

RGB 101 160 51 -
CMYK 0.37 0 0.68 0.37
HSL 92.48º 0.52% 0.41% -
HSV(B) 92.48º 0.68% 0.63% -
XYZ 18.54 28.15 7.59 -
YUV 129.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 101 160 51 0.37 0 0.68 0.37 92.48 0.52 0.41
Hex 65 A0 33 25 0 44 25 5C 34 29
Octal 145 240 63 45 0 104 45 134 64 51
Binary 1100101 10100000 110011 100101 0 1000100 100101 1011100 110100 101001

Color Harmonies of #65A033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A033

Black with #65A033

Text Example


Text Example

White with #65A033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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