Html Css Color HEX #65A429 Limeade

📋 copy color: '#65A429'

red 101 ◦ green 164 ◦ blue 41

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

Shades of Limeade #65A429

Tints of Limeade #65A429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.59%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 33.01%
G = 53.59%
B = 13.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#65A429 (or 0x65A429) is known color: Limeade. HEX triplet: 65, A4 and 29. RGB value is (101,164,41). Sum of RGB (Red+Green+Blue) = 101+164+41=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #65A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A429 is #9A5BD6. Grayscale: #838383. Windows color (decimal): -10116055 or 2729061. OLE color: 2729061.

HSL color Cylindrical-coordinate representation of color #65A429: hue angle of 90.73º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65A429 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 164 41 -
CMYK 0.38 0 0.75 0.36
HSL 90.73º 0.6% 0.4% -
HSV(B) 90.73º 0.75% 0.64% -
XYZ 19.04 29.48 6.78 -
YUV 131.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 101 164 41 0.38 0 0.75 0.36 90.73 0.6 0.4
Hex 65 A4 29 26 0 4B 24 5B 3C 28
Octal 145 244 51 46 0 113 44 133 74 50
Binary 1100101 10100100 101001 100110 0 1001011 100100 1011011 111100 101000

Color Harmonies of #65A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A429

Black with #65A429

Text Example


Text Example

White with #65A429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,164,41); }

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

background-color css

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

 a { background-color: rgb(101,164,41); }

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

border-color css

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

 span { border-color: rgb(101,164,41); }

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