Html Css Color HEX #65991D Limeade

📋 copy color: '#65991D'

red 101 ◦ green 153 ◦ blue 29

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

Shades of Limeade #65991D

Tints of Limeade #65991D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 35.69%
G = 54.06%
B = 10.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#65991D (or 0x65991D) is known color: Limeade. HEX triplet: 65, 99 and 1D. RGB value is (101,153,29). Sum of RGB (Red+Green+Blue) = 101+153+29=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #65991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65991D is #9A66E2. Grayscale: #7B7B7B. Windows color (decimal): -10118883 or 1939813. OLE color: 1939813.

HSL color Cylindrical-coordinate representation of color #65991D: hue angle of 85.16º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65991D is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 29 -
CMYK 0.34 0 0.81 0.4
HSL 85.16º 0.68% 0.36% -
HSV(B) 85.16º 0.81% 0.6% -
XYZ 16.98 25.64 5.22 -
YUV 123.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 101 153 29 0.34 0 0.81 0.4 85.16 0.68 0.36
Hex 65 99 1D 22 0 51 28 55 44 24
Octal 145 231 35 42 0 121 50 125 104 44
Binary 1100101 10011001 11101 100010 0 1010001 101000 1010101 1000100 100100

Color Harmonies of #65991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65991D

Black with #65991D

Text Example


Text Example

White with #65991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65991D; }

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

 H1.HeaderClassName
 {
   color: #65991D;
 }
 .AnyTagClassName
 {
   color: #65991D;
 }
</style>

background-color css

<style>
 a { background-color: #65991D; }

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

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

border-color css

<style>
 span { border-color: #65991D; }

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

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