#60ED7F

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

Shades of Pastel Green #60ED7F

Tints of Pastel Green #60ED7F

Color information

#60ED7F (or 0x60ED7F) is unknown color: approx Pastel Green. HEX triplet: 60, ED and 7F. RGB value is (96,237,127). Sum of RGB (Red+Green+Blue) = 96+237+127=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #60ED7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60ED7F is #9F1280. Grayscale: #B6B6B6. Windows color (decimal): -10424961 or 8383840. OLE color: 8383840.

HSL color Cylindrical-coordinate representation of color #60ED7F: hue angle of 133.19º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ED7F is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB96237127-
CMYK0.5900.460.07
HSL133.19º79.66%65.29%-
HSV(B)133.19º59.49%92.94%-
XYZ38.9464.5930.49-
YUV182.396.7966.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.87%
GREEN value IS 237 (92.97% from 255) = 51.52%
BLUE value IS 127 (50% from 255) = 27.61%
R=20.87%
G=51.52%
B=27.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962371270.5900.460.07133.1979.6665.29
Hex60ED7F3B02E7855041
Octal140355177730567205120101
Binary110000011101101111111111101101011101111000010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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