Html Css Color HEX #65993A Limeade

📋 copy color: '#65993A'

red 101 ◦ green 153 ◦ blue 58

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

Shades of Limeade #65993A

Tints of Limeade #65993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 32.37%
G = 49.04%
B = 18.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#65993A (or 0x65993A) is known color: Limeade. HEX triplet: 65, 99 and 3A. RGB value is (101,153,58). Sum of RGB (Red+Green+Blue) = 101+153+58=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #65993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65993A is #9A66C5. Grayscale: #7E7E7E. Windows color (decimal): -10118854 or 3840357. OLE color: 3840357.

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

Color convert

RGB 101 153 58 -
CMYK 0.34 0 0.62 0.4
HSL 92.84º 0.45% 0.41% -
HSV(B) 92.84º 0.62% 0.6% -
XYZ 17.52 25.85 8.07 -
YUV 126.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 101 153 58 0.34 0 0.62 0.4 92.84 0.45 0.41
Hex 65 99 3A 22 0 3E 28 5D 2D 29
Octal 145 231 72 42 0 76 50 135 55 51
Binary 1100101 10011001 111010 100010 0 111110 101000 1011101 101101 101001

Color Harmonies of #65993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65993A

Black with #65993A

Text Example


Text Example

White with #65993A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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