Html Css Color HEX #65981D Limeade

📋 copy color: '#65981D'

red 101 ◦ green 152 ◦ blue 29

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

Shades of Limeade #65981D

Tints of Limeade #65981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 35.82%
G = 53.9%
B = 10.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#65981D (or 0x65981D) is known color: Limeade. HEX triplet: 65, 98 and 1D. RGB value is (101,152,29). Sum of RGB (Red+Green+Blue) = 101+152+29=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #65981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65981D is #9A67E2. Grayscale: #7B7B7B. Windows color (decimal): -10119139 or 1939557. OLE color: 1939557.

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

Color convert

RGB 101 152 29 -
CMYK 0.34 0 0.81 0.40
HSL 84.88º 0.68% 0.35% -
HSV(B) 84.88º 0.81% 0.6% -
XYZ 16.82 25.31 5.16 -
YUV 122.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 101 152 29 0.34 0 0.81 0.40 84.88 0.68 0.35
Hex 65 98 1D 22 0 51 28 55 44 23
Octal 145 230 35 42 0 121 50 125 104 43
Binary 1100101 10011000 11101 100010 0 1010001 101000 1010101 1000100 100011

Color Harmonies of #65981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65981D

Black with #65981D

Text Example


Text Example

White with #65981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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