#65EC7F

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

Shades of Pastel Green #65EC7F

Tints of Pastel Green #65EC7F

Color information

#65EC7F (or 0x65EC7F) is unknown color: approx Pastel Green. HEX triplet: 65, EC and 7F. RGB value is (101,236,127). Sum of RGB (Red+Green+Blue) = 101+236+127=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EC7F is #9A1380. Grayscale: #B7B7B7. Windows color (decimal): -10097537 or 8383589. OLE color: 8383589.

HSL color Cylindrical-coordinate representation of color #65EC7F: hue angle of 131.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EC7F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB101236127-
CMYK0.5700.460.07
HSL131.56º78.03%66.08%-
HSV(B)131.56º57.2%92.55%-
XYZ39.1964.2930.42-
YUV183.2196.2769.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.77%
GREEN value IS 236 (92.58% from 255) = 50.86%
BLUE value IS 127 (50% from 255) = 27.37%
R=21.77%
G=50.86%
B=27.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012361270.5700.460.07131.5678.0366.08
Hex65EC7F3902E7844e42
Octal145354177710567204116102
Binary110010111101100111111111100101011101111000010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,236,127); }

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

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

 a { background-color: rgb(101,236,127); }

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

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

 span { border-color: rgb(101,236,127); }

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