#65EA90

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

Shades of Pastel Green #65EA90

Tints of Pastel Green #65EA90

Color information

#65EA90 (or 0x65EA90) is unknown color: approx Pastel Green. HEX triplet: 65, EA and 90. RGB value is (101,234,144). Sum of RGB (Red+Green+Blue) = 101+234+144=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EA90 is #9A156F. Grayscale: #B8B8B8. Windows color (decimal): -10098032 or 9497189. OLE color: 9497189.

HSL color Cylindrical-coordinate representation of color #65EA90: hue angle of 139.4º degrees, saturation: 0.76, 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 #65EA90 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB101234144-
CMYK0.5700.380.08
HSL139.4º76%65.69%-
HSV(B)139.4º56.84%91.76%-
XYZ39.8263.6336.57-
YUV183.97105.4468.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 234 (91.80% from 255) = 48.85%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=21.09%
G=48.85%
B=30.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012341440.5700.380.08139.47665.69
Hex65EA903902688b4c42
Octal1453522207104610213114102
Binary11001011110101010010000111001010011010001000101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,234,144); }

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

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

 a { background-color: rgb(101,234,144); }

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

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

 span { border-color: rgb(101,234,144); }

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