#65EF86

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

Shades of Pastel Green #65EF86

Tints of Pastel Green #65EF86

Color information

#65EF86 (or 0x65EF86) is unknown color: approx Pastel Green. HEX triplet: 65, EF and 86. RGB value is (101,239,134). Sum of RGB (Red+Green+Blue) = 101+239+134=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EF86 is #9A1079. Grayscale: #BABABA. Windows color (decimal): -10096762 or 8843109. OLE color: 8843109.

HSL color Cylindrical-coordinate representation of color #65EF86: hue angle of 134.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EF86 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB101239134-
CMYK0.5800.440.06
HSL134.35º81.18%66.67%-
HSV(B)134.35º57.74%93.73%-
XYZ40.5466.2233.2-
YUV185.7798.7867.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.31%
GREEN value IS 239 (93.75% from 255) = 50.42%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=21.31%
G=50.42%
B=28.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391340.5800.440.06134.3581.1866.67
Hex65EF863A02C6865143
Octal145357206720546206121103
Binary1100101111011111000011011101001011001101000011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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