#60E681

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

Shades of Pastel Green #60E681

Tints of Pastel Green #60E681

Color information

#60E681 (or 0x60E681) is unknown color: approx Pastel Green. HEX triplet: 60, E6 and 81. RGB value is (96,230,129). Sum of RGB (Red+Green+Blue) = 96+230+129=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #60E681 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E681 is #9F197E. Grayscale: #B2B2B2. Windows color (decimal): -10426751 or 8513120. OLE color: 8513120.

HSL color Cylindrical-coordinate representation of color #60E681: hue angle of 134.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E681 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB96230129-
CMYK0.5800.440.10
HSL134.78º72.83%63.92%-
HSV(B)134.78º58.26%90.2%-
XYZ37.0860.6730.52-
YUV178.42100.1169.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.10%
GREEN value IS 230 (90.23% from 255) = 50.55%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=21.10%
G=50.55%
B=28.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962301290.5800.440.10134.7872.8363.92
Hex60E6813A02CA874940
Octal1403462017205412207111100
Binary11000001110011010000001111010010110010101000011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60E681; }

 p { color: rgb(96,230,129); }

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

<style>
 a { background-color: #60E681; }

 a { background-color: rgb(96,230,129); }

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

<style>
 span { border-color: #60E681; }

 span { border-color: rgb(96,230,129); }

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