Html Css Color HEX #65A52F Limeade

📋 copy color: '#65A52F'

red 101 ◦ green 165 ◦ blue 47

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

Shades of Limeade #65A52F

Tints of Limeade #65A52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.72%

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 32.27%
G = 52.72%
B = 15.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#65A52F (or 0x65A52F) is known color: Limeade. HEX triplet: 65, A5 and 2F. RGB value is (101,165,47). Sum of RGB (Red+Green+Blue) = 101+165+47=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #65A52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A52F is #9A5AD0. Grayscale: #848484. Windows color (decimal): -10115793 or 3122533. OLE color: 3122533.

HSL color Cylindrical-coordinate representation of color #65A52F: hue angle of 92.54º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65A52F is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 165 47 -
CMYK 0.39 0 0.72 0.35
HSL 92.54º 0.56% 0.42% -
HSV(B) 92.54º 0.72% 0.65% -
XYZ 19.34 29.88 7.44 -
YUV 132.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 101 165 47 0.39 0 0.72 0.35 92.54 0.56 0.42
Hex 65 A5 2F 27 0 48 23 5D 38 2A
Octal 145 245 57 47 0 110 43 135 70 52
Binary 1100101 10100101 101111 100111 0 1001000 100011 1011101 111000 101010

Color Harmonies of #65A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A52F

Black with #65A52F

Text Example


Text Example

White with #65A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,165,47); }

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

background-color css

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

 a { background-color: rgb(101,165,47); }

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

border-color css

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

 span { border-color: rgb(101,165,47); }

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