#65EA82

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

Shades of Pastel Green #65EA82

Tints of Pastel Green #65EA82

Color information

#65EA82 (or 0x65EA82) is unknown color: approx Pastel Green. HEX triplet: 65, EA and 82. RGB value is (101,234,130). Sum of RGB (Red+Green+Blue) = 101+234+130=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EA82 is #9A157D. Grayscale: #B6B6B6. Windows color (decimal): -10098046 or 8579685. OLE color: 8579685.

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

Color convert

RGB101234130-
CMYK0.5700.440.08
HSL133.08º76%65.69%-
HSV(B)133.08º56.84%91.76%-
XYZ38.8263.2231.28-
YUV182.3898.4469.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 234 (91.80% from 255) = 50.32%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=21.72%
G=50.32%
B=27.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012341300.5700.440.08133.087665.69
Hex65EA823902C8854c42
Octal1453522027105410205114102
Binary11001011110101010000010111001010110010001000010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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