Html Css Color HEX #65982D Limeade

📋 copy color: '#65982D'

red 101 ◦ green 152 ◦ blue 45

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

Shades of Limeade #65982D

Tints of Limeade #65982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 33.89%
G = 51.01%
B = 15.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#65982D (or 0x65982D) is known color: Limeade. HEX triplet: 65, 98 and 2D. RGB value is (101,152,45). Sum of RGB (Red+Green+Blue) = 101+152+45=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #65982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65982D is #9A67D2. Grayscale: #7C7C7C. Windows color (decimal): -10119123 or 2988133. OLE color: 2988133.

HSL color Cylindrical-coordinate representation of color #65982D: hue angle of 88.6º 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 #65982D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 45 -
CMYK 0.34 0 0.70 0.40
HSL 88.6º 0.54% 0.39% -
HSV(B) 88.6º 0.7% 0.6% -
XYZ 17.07 25.41 6.49 -
YUV 124.55 83.1 111.2 -
System Red Green Blue C M Y K H S L
Decimal 101 152 45 0.34 0 0.70 0.40 88.6 0.54 0.39
Hex 65 98 2D 22 0 46 28 59 36 27
Octal 145 230 55 42 0 106 50 131 66 47
Binary 1100101 10011000 101101 100010 0 1000110 101000 1011001 110110 100111

Color Harmonies of #65982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65982D

Black with #65982D

Text Example


Text Example

White with #65982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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