Html Css Color HEX #65A932 Limeade

📋 copy color: '#65A932'

red 101 ◦ green 169 ◦ blue 50

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

Shades of Limeade #65A932

Tints of Limeade #65A932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.81%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 31.56%
G = 52.81%
B = 15.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#65A932 (or 0x65A932) is known color: Limeade. HEX triplet: 65, A9 and 32. RGB value is (101,169,50). Sum of RGB (Red+Green+Blue) = 101+169+50=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #65A932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A932 is #9A56CD. Grayscale: #878787. Windows color (decimal): -10114766 or 3320165. OLE color: 3320165.

HSL color Cylindrical-coordinate representation of color #65A932: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65A932 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 101 169 50 -
CMYK 0.40 0 0.70 0.34
HSL 94.29º 0.54% 0.43% -
HSV(B) 94.29º 0.7% 0.66% -
XYZ 20.13 31.37 8.01 -
YUV 135.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 101 169 50 0.40 0 0.70 0.34 94.29 0.54 0.43
Hex 65 A9 32 28 0 46 22 5E 36 2B
Octal 145 251 62 50 0 106 42 136 66 53
Binary 1100101 10101001 110010 101000 0 1000110 100010 1011110 110110 101011

Color Harmonies of #65A932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A932

Black with #65A932

Text Example


Text Example

White with #65A932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,169,50); }

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

background-color css

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

 a { background-color: rgb(101,169,50); }

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

border-color css

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

 span { border-color: rgb(101,169,50); }

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