Html Css Color HEX #65993C Limeade

📋 copy color: '#65993C'

red 101 ◦ green 153 ◦ blue 60

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

Shades of Limeade #65993C

Tints of Limeade #65993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 32.17%
G = 48.73%
B = 19.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#65993C (or 0x65993C) is known color: Limeade. HEX triplet: 65, 99 and 3C. RGB value is (101,153,60). Sum of RGB (Red+Green+Blue) = 101+153+60=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #65993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65993C is #9A66C3. Grayscale: #7F7F7F. Windows color (decimal): -10118852 or 3971429. OLE color: 3971429.

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

Color convert

RGB 101 153 60 -
CMYK 0.34 0 0.61 0.4
HSL 93.55º 0.44% 0.42% -
HSV(B) 93.55º 0.61% 0.6% -
XYZ 17.57 25.88 8.34 -
YUV 126.85 90.27 109.56 -
System Red Green Blue C M Y K H S L
Decimal 101 153 60 0.34 0 0.61 0.4 93.55 0.44 0.42
Hex 65 99 3C 22 0 3D 28 5E 2C 2A
Octal 145 231 74 42 0 75 50 136 54 52
Binary 1100101 10011001 111100 100010 0 111101 101000 1011110 101100 101010

Color Harmonies of #65993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65993C

Black with #65993C

Text Example


Text Example

White with #65993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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