#60ED84

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

Shades of Pastel Green #60ED84

Tints of Pastel Green #60ED84

Color information

#60ED84 (or 0x60ED84) is unknown color: approx Pastel Green. HEX triplet: 60, ED and 84. RGB value is (96,237,132). Sum of RGB (Red+Green+Blue) = 96+237+132=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #60ED84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ED84 is #9F127B. Grayscale: #B7B7B7. Windows color (decimal): -10424956 or 8711520. OLE color: 8711520.

HSL color Cylindrical-coordinate representation of color #60ED84: hue angle of 135.32º 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 #60ED84 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB96237132-
CMYK0.5900.440.07
HSL135.32º79.66%65.29%-
HSV(B)135.32º59.49%92.94%-
XYZ39.2764.7232.25-
YUV182.8799.2966.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.65%
GREEN value IS 237 (92.97% from 255) = 50.97%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=20.65%
G=50.97%
B=28.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962371320.5900.440.07135.3279.6665.29
Hex60ED843B02C7875041
Octal140355204730547207120101
Binary1100000111011011000010011101101011001111000011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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