#65DA5D

Color #65DA5D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #65DA5D

Tints of Pastel Green #65DA5D

Color information

#65DA5D (or 0x65DA5D) is unknown color: approx Pastel Green. HEX triplet: 65, DA and 5D. RGB value is (101,218,93). Sum of RGB (Red+Green+Blue) = 101+218+93=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DA5D is #9A25A2. Grayscale: #A9A9A9. Windows color (decimal): -10102179 or 6150757. OLE color: 6150757.

HSL color Cylindrical-coordinate representation of color #65DA5D: hue angle of 116.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DA5D is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB10121893-
CMYK0.5400.570.15
HSL116.16º62.81%60.98%-
HSV(B)116.16º57.34%85.49%-
XYZ32.4153.719.01-
YUV168.7785.2479.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 218 (85.55% from 255) = 52.91%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=24.51%
G=52.91%
B=22.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101218930.5400.570.15116.1662.8160.98
Hex65DA5D36039F743f3d
Octal14533213566071171647775
Binary1100101110110101011101110110011100111111110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65DA5D; }

 p { color: rgb(101,218,93); }

 H1.HeaderClassName
 {
   color: #65DA5D;
 }
 .AnyTagClassName
 {
   color: #65DA5D;
 }
</style>
background-color css

<style>
 a { background-color: #65DA5D; }

 a { background-color: rgb(101,218,93); }

 div.DivClassName
 {
   background-color: #65DA5D;
 }
 .BgClassName
 {
   background-color: #65DA5D;
 }
</style>
border-color css

<style>
 span { border-color: #65DA5D; }

 span { border-color: rgb(101,218,93); }

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