Html Css Color HEX #65992E Limeade

📋 copy color: '#65992E'

red 101 ◦ green 153 ◦ blue 46

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

Shades of Limeade #65992E

Tints of Limeade #65992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 33.67%
G = 51%
B = 15.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#65992E (or 0x65992E) is known color: Limeade. HEX triplet: 65, 99 and 2E. RGB value is (101,153,46). Sum of RGB (Red+Green+Blue) = 101+153+46=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #65992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65992E is #9A66D1. Grayscale: #7D7D7D. Windows color (decimal): -10118866 or 3053925. OLE color: 3053925.

HSL color Cylindrical-coordinate representation of color #65992E: hue angle of 89.16º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65992E is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 46 -
CMYK 0.34 0 0.70 0.4
HSL 89.16º 0.54% 0.39% -
HSV(B) 89.16º 0.7% 0.6% -
XYZ 17.25 25.75 6.65 -
YUV 125.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 101 153 46 0.34 0 0.70 0.4 89.16 0.54 0.39
Hex 65 99 2E 22 0 46 28 59 36 27
Octal 145 231 56 42 0 106 50 131 66 47
Binary 1100101 10011001 101110 100010 0 1000110 101000 1011001 110110 100111

Color Harmonies of #65992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65992E

Black with #65992E

Text Example


Text Example

White with #65992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65992E; }

 p { color: rgb(101,153,46); }

 H1.HeaderClassName
 {
   color: #65992E;
 }
 .AnyTagClassName
 {
   color: #65992E;
 }
</style>

background-color css

<style>
 a { background-color: #65992E; }

 a { background-color: rgb(101,153,46); }

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

border-color css

<style>
 span { border-color: #65992E; }

 span { border-color: rgb(101,153,46); }

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