#65EB8F

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

Shades of Pastel Green #65EB8F

Tints of Pastel Green #65EB8F

Color information

#65EB8F (or 0x65EB8F) is unknown color: approx Pastel Green. HEX triplet: 65, EB and 8F. RGB value is (101,235,143). Sum of RGB (Red+Green+Blue) = 101+235+143=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #65EB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EB8F is #9A1470. Grayscale: #B8B8B8. Windows color (decimal): -10097777 or 9431909. OLE color: 9431909.

HSL color Cylindrical-coordinate representation of color #65EB8F: hue angle of 138.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EB8F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB101235143-
CMYK0.5700.390.08
HSL138.81º77.01%65.88%-
HSV(B)138.81º57.02%92.16%-
XYZ40.0364.1736.26-
YUV184.45104.6168.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 235 (92.19% from 255) = 49.06%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=21.09%
G=49.06%
B=29.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012351430.5700.390.08138.8177.0165.88
Hex65EB8F3902788b4d42
Octal1453532177104710213115102
Binary11001011110101110001111111001010011110001000101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,143); }

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

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

 a { background-color: rgb(101,235,143); }

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

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

 span { border-color: rgb(101,235,143); }

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