#65EC7A

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

Shades of Pastel Green #65EC7A

Tints of Pastel Green #65EC7A

Color information

#65EC7A (or 0x65EC7A) is unknown color: approx Pastel Green. HEX triplet: 65, EC and 7A. RGB value is (101,236,122). Sum of RGB (Red+Green+Blue) = 101+236+122=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65EC7A is #9A1385. Grayscale: #B6B6B6. Windows color (decimal): -10097542 or 8055909. OLE color: 8055909.

HSL color Cylindrical-coordinate representation of color #65EC7A: hue angle of 129.33º 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 #65EC7A is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB101236122-
CMYK0.5700.480.07
HSL129.33º78.03%66.08%-
HSV(B)129.33º57.2%92.55%-
XYZ38.8864.1628.75-
YUV182.6493.7769.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 236 (92.58% from 255) = 51.42%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=22.00%
G=51.42%
B=26.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012361220.5700.480.07129.3378.0366.08
Hex65EC7A390307814e42
Octal145354172710607201116102
Binary110010111101100111101011100101100001111000000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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