#65DF86

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

Shades of Pastel Green #65DF86

Tints of Pastel Green #65DF86

Color information

#65DF86 (or 0x65DF86) is unknown color: approx Pastel Green. HEX triplet: 65, DF and 86. RGB value is (101,223,134). Sum of RGB (Red+Green+Blue) = 101+223+134=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DF86 is #9A2079. Grayscale: #B0B0B0. Windows color (decimal): -10100858 or 8839013. OLE color: 8839013.

HSL color Cylindrical-coordinate representation of color #65DF86: hue angle of 136.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DF86 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB101223134-
CMYK0.5500.400.13
HSL136.23º65.59%63.53%-
HSV(B)136.23º54.71%87.45%-
XYZ36.0657.2631.71-
YUV176.38104.0874.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.05%
GREEN value IS 223 (87.5% from 255) = 48.69%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=22.05%
G=48.69%
B=29.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012231340.5500.400.13136.2365.5963.53
Hex65DF8637028D884240
Octal1453372066705015210102100
Binary11001011101111110000110110111010100011011000100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,223,134); }

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

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

 a { background-color: rgb(101,223,134); }

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

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

 span { border-color: rgb(101,223,134); }

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