Html Css Color HEX #65982C Limeade

📋 copy color: '#65982C'

red 101 ◦ green 152 ◦ blue 44

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

Shades of Limeade #65982C

Tints of Limeade #65982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 34.01%
G = 51.18%
B = 14.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#65982C (or 0x65982C) is known color: Limeade. HEX triplet: 65, 98 and 2C. RGB value is (101,152,44). Sum of RGB (Red+Green+Blue) = 101+152+44=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #65982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65982C is #9A67D3. Grayscale: #7C7C7C. Windows color (decimal): -10119124 or 2922597. OLE color: 2922597.

HSL color Cylindrical-coordinate representation of color #65982C: hue angle of 88.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65982C is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 44 -
CMYK 0.34 0 0.71 0.40
HSL 88.33º 0.55% 0.38% -
HSV(B) 88.33º 0.71% 0.6% -
XYZ 17.05 25.41 6.39 -
YUV 124.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 101 152 44 0.34 0 0.71 0.40 88.33 0.55 0.38
Hex 65 98 2C 22 0 47 28 58 37 26
Octal 145 230 54 42 0 107 50 130 67 46
Binary 1100101 10011000 101100 100010 0 1000111 101000 1011000 110111 100110

Color Harmonies of #65982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65982C

Black with #65982C

Text Example


Text Example

White with #65982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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