Html Css Color HEX #65992F Limeade

📋 copy color: '#65992F'

red 101 ◦ green 153 ◦ blue 47

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

Shades of Limeade #65992F

Tints of Limeade #65992F

RGB

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

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

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

R = 33.55%
G = 50.83%
B = 15.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#65992F (or 0x65992F) is known color: Limeade. HEX triplet: 65, 99 and 2F. RGB value is (101,153,47). Sum of RGB (Red+Green+Blue) = 101+153+47=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #65992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65992F is #9A66D0. Grayscale: #7D7D7D. Windows color (decimal): -10118865 or 3119461. OLE color: 3119461.

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

Color convert

RGB 101 153 47 -
CMYK 0.34 0 0.69 0.4
HSL 89.43º 0.53% 0.39% -
HSV(B) 89.43º 0.69% 0.6% -
XYZ 17.27 25.75 6.75 -
YUV 125.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 101 153 47 0.34 0 0.69 0.4 89.43 0.53 0.39
Hex 65 99 2F 22 0 45 28 59 35 27
Octal 145 231 57 42 0 105 50 131 65 47
Binary 1100101 10011001 101111 100010 0 1000101 101000 1011001 110101 100111

Color Harmonies of #65992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65992F

Black with #65992F

Text Example


Text Example

White with #65992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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