#60e67f

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

Shades of Pastel Green #60E67F

Tints of Pastel Green #60E67F

Color information

#60E67F (or 0x60E67F) is unknown color: approx Pastel Green. HEX triplet: 60, E6 and 7F. RGB value is (96,230,127). Sum of RGB (Red+Green+Blue) = 96+230+127=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #60E67F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E67F is #9F1980. Grayscale: #B2B2B2. Windows color (decimal): -10426753 or 8382048. OLE color: 8382048.

HSL color Cylindrical-coordinate representation of color #60E67F: hue angle of 133.88º 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 #60E67F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB96230127-
CMYK0.5800.450.10
HSL133.88º72.83%63.92%-
HSV(B)133.88º58.26%90.2%-
XYZ36.9560.6129.83-
YUV178.1999.1169.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 230 (90.23% from 255) = 50.77%
BLUE value IS 127 (50% from 255) = 28.04%
R=21.19%
G=50.77%
B=28.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962301270.5800.450.10133.8872.8363.92
Hex60E67F3A02DA864940
Octal1403461777205512206111100
Binary1100000111001101111111111010010110110101000011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60e67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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