Html Css Color HEX #65A334 Limeade

📋 copy color: '#65A334'

red 101 ◦ green 163 ◦ blue 52

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

Shades of Limeade #65A334

Tints of Limeade #65A334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 31.96%
G = 51.58%
B = 16.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#65A334 (or 0x65A334) is known color: Limeade. HEX triplet: 65, A3 and 34. RGB value is (101,163,52). Sum of RGB (Red+Green+Blue) = 101+163+52=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #65A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A334 is #9A5CCB. Grayscale: #848484. Windows color (decimal): -10116300 or 3449701. OLE color: 3449701.

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

Color convert

RGB 101 163 52 -
CMYK 0.38 0 0.68 0.36
HSL 93.51º 0.52% 0.42% -
HSV(B) 93.51º 0.68% 0.64% -
XYZ 19.08 29.21 7.88 -
YUV 131.81 82.96 106.03 -
System Red Green Blue C M Y K H S L
Decimal 101 163 52 0.38 0 0.68 0.36 93.51 0.52 0.42
Hex 65 A3 34 26 0 44 24 5E 34 2A
Octal 145 243 64 46 0 104 44 136 64 52
Binary 1100101 10100011 110100 100110 0 1000100 100100 1011110 110100 101010

Color Harmonies of #65A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A334

Black with #65A334

Text Example


Text Example

White with #65A334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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