#65E084

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

Shades of Pastel Green #65E084

Tints of Pastel Green #65E084

Color information

#65E084 (or 0x65E084) is unknown color: approx Pastel Green. HEX triplet: 65, E0 and 84. RGB value is (101,224,132). Sum of RGB (Red+Green+Blue) = 101+224+132=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #65E084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E084 is #9A1F7B. Grayscale: #B0B0B0. Windows color (decimal): -10100604 or 8708197. OLE color: 8708197.

HSL color Cylindrical-coordinate representation of color #65E084: hue angle of 135.12º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E084 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB101224132-
CMYK0.5500.410.12
HSL135.12º66.49%63.73%-
HSV(B)135.12º54.91%87.84%-
XYZ36.1957.7431.07-
YUV176.74102.7573.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.10%
GREEN value IS 224 (87.89% from 255) = 49.02%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=22.10%
G=49.02%
B=28.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012241320.5500.410.12135.1266.4963.73
Hex65E08437029C874240
Octal1453402046705114207102100
Binary11001011110000010000100110111010100111001000011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,224,132); }

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

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

 a { background-color: rgb(101,224,132); }

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

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

 span { border-color: rgb(101,224,132); }

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