#65F08E

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

Shades of Pastel Green #65F08E

Tints of Pastel Green #65F08E

Color information

#65F08E (or 0x65F08E) is unknown color: approx Pastel Green. HEX triplet: 65, F0 and 8E. RGB value is (101,240,142). Sum of RGB (Red+Green+Blue) = 101+240+142=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #65F08E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F08E is #9A0F71. Grayscale: #BBBBBB. Windows color (decimal): -10096498 or 9367653. OLE color: 9367653.

HSL color Cylindrical-coordinate representation of color #65F08E: hue angle of 137.7º degrees, saturation: 0.82, 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 #65F08E is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB101240142-
CMYK0.5800.410.06
HSL137.7º82.25%66.86%-
HSV(B)137.7º57.92%94.12%-
XYZ41.4167.0436.35-
YUV187.27102.4566.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.91%
GREEN value IS 240 (94.14% from 255) = 49.69%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=20.91%
G=49.69%
B=29.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012401420.5800.410.06137.782.2566.86
Hex65F08E3A02968a5243
Octal145360216720516212122103
Binary1100101111100001000111011101001010011101000101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,240,142); }

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

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

 a { background-color: rgb(101,240,142); }

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

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

 span { border-color: rgb(101,240,142); }

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