Html Css Color HEX #65992C Limeade

📋 copy color: '#65992C'

red 101 ◦ green 153 ◦ blue 44

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

Shades of Limeade #65992C

Tints of Limeade #65992C

RGB

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

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

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

R = 33.89%
G = 51.34%
B = 14.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#65992C (or 0x65992C) is known color: Limeade. HEX triplet: 65, 99 and 2C. RGB value is (101,153,44). Sum of RGB (Red+Green+Blue) = 101+153+44=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #65992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65992C is #9A66D3. Grayscale: #7D7D7D. Windows color (decimal): -10118868 or 2922853. OLE color: 2922853.

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

Color convert

RGB 101 153 44 -
CMYK 0.34 0 0.71 0.4
HSL 88.62º 0.55% 0.39% -
HSV(B) 88.62º 0.71% 0.6% -
XYZ 17.21 25.73 6.44 -
YUV 125.03 82.27 110.86 -
System Red Green Blue C M Y K H S L
Decimal 101 153 44 0.34 0 0.71 0.4 88.62 0.55 0.39
Hex 65 99 2C 22 0 47 28 59 37 27
Octal 145 231 54 42 0 107 50 131 67 47
Binary 1100101 10011001 101100 100010 0 1000111 101000 1011001 110111 100111

Color Harmonies of #65992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65992C

Black with #65992C

Text Example


Text Example

White with #65992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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