#65DD5D

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

Shades of Pastel Green #65DD5D

Tints of Pastel Green #65DD5D

Color information

#65DD5D (or 0x65DD5D) is unknown color: approx Pastel Green. HEX triplet: 65, DD and 5D. RGB value is (101,221,93). Sum of RGB (Red+Green+Blue) = 101+221+93=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD5D is #9A22A2. Grayscale: #AAAAAA. Windows color (decimal): -10101411 or 6151525. OLE color: 6151525.

HSL color Cylindrical-coordinate representation of color #65DD5D: hue angle of 116.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DD5D is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB10122193-
CMYK0.5400.580.13
HSL116.25º65.31%61.57%-
HSV(B)116.25º57.92%86.67%-
XYZ33.255.2719.27-
YUV170.5384.2478.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 221 (86.72% from 255) = 53.25%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=24.34%
G=53.25%
B=22.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101221930.5400.580.13116.2565.3161.57
Hex65DD5D3603AD74413e
Octal145335135660721516410176
Binary11001011101110110111011101100111010110111101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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