Html Css Color HEX #65A32C Limeade

📋 copy color: '#65A32C'

red 101 ◦ green 163 ◦ blue 44

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

Shades of Limeade #65A32C

Tints of Limeade #65A32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.92%

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 32.79%
G = 52.92%
B = 14.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#65A32C (or 0x65A32C) is known color: Limeade. HEX triplet: 65, A3 and 2C. RGB value is (101,163,44). Sum of RGB (Red+Green+Blue) = 101+163+44=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #65A32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A32C is #9A5CD3. Grayscale: #838383. Windows color (decimal): -10116308 or 2925413. OLE color: 2925413.

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

Color convert

RGB 101 163 44 -
CMYK 0.38 0 0.73 0.36
HSL 91.26º 0.57% 0.41% -
HSV(B) 91.26º 0.73% 0.64% -
XYZ 18.92 29.14 7.01 -
YUV 130.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 101 163 44 0.38 0 0.73 0.36 91.26 0.57 0.41
Hex 65 A3 2C 26 0 49 24 5B 39 29
Octal 145 243 54 46 0 111 44 133 71 51
Binary 1100101 10100011 101100 100110 0 1001001 100100 1011011 111001 101001

Color Harmonies of #65A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A32C

Black with #65A32C

Text Example


Text Example

White with #65A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,163,44); }

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

background-color css

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

 a { background-color: rgb(101,163,44); }

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

border-color css

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

 span { border-color: rgb(101,163,44); }

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