#65EB90

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

Shades of Pastel Green #65EB90

Tints of Pastel Green #65EB90

Color information

#65EB90 (or 0x65EB90) is unknown color: approx Pastel Green. HEX triplet: 65, EB and 90. RGB value is (101,235,144). Sum of RGB (Red+Green+Blue) = 101+235+144=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #65EB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EB90 is #9A146F. Grayscale: #B8B8B8. Windows color (decimal): -10097776 or 9497445. OLE color: 9497445.

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

Color convert

RGB101235144-
CMYK0.5700.390.08
HSL139.25º77.01%65.88%-
HSV(B)139.25º57.02%92.16%-
XYZ40.1164.236.66-
YUV184.56105.1168.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.04%
GREEN value IS 235 (92.19% from 255) = 48.96%
BLUE value IS 144 (56.64% from 255) = 30%
R=21.04%
G=48.96%
B=30%

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
Decimal1012351440.5700.390.08139.2577.0165.88
Hex65EB903902788b4d42
Octal1453532207104710213115102
Binary11001011110101110010000111001010011110001000101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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