Shades of Pastel Green #60E268
Tints of Pastel Green #60E268
RGB
CMYK
RGB Variations
Color information
#60E268 (or 0x60E268) is known color: Pastel Green. HEX triplet: 60, E2 and 68. RGB value is (96,226,104). Sum of RGB (Red+Green+Blue) = 96+226+104=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #60E268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E268 is #9F1D97. Grayscale: #ADADAD. Windows color (decimal): -10427800 or 6873696. OLE color: 6873696.
HSL color Cylindrical-coordinate representation of color #60E268: hue angle of 123.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E268 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 104 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.11 |
| HSL | 123.69º | 0.69% | 0.63% | - |
| HSV(B) | 123.69º | 0.58% | 0.89% | - |
| XYZ | 34.52 | 57.88 | 22.45 | - |
| YUV | 173.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 104 | 0.58 | 0 | 0.54 | 0.11 | 123.69 | 0.69 | 0.63 |
| Hex | 60 | E2 | 68 | 3A | 0 | 36 | B | 7C | 45 | 3F |
| Octal | 140 | 342 | 150 | 72 | 0 | 66 | 13 | 174 | 105 | 77 |
| Binary | 1100000 | 11100010 | 1101000 | 111010 | 0 | 110110 | 1011 | 1111100 | 1000101 | 111111 |
Color Harmonies of #60E268
Complementary color
Monochromatic Colors of #60E268
Black with #60E268
Text Example
Text Example
White with #60E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E268; }
p { color: rgb(96,226,104); }
H1.HeaderClassName
{
color: #60E268;
}
.AnyTagClassName
{
color: #60E268;
}
</style>
background-color css
<style>
a { background-color: #60E268; }
a { background-color: rgb(96,226,104); }
div.DivClassName
{
background-color: #60E268;
}
.BgClassName
{
background-color: #60E268;
}
</style>
border-color css
<style>
span { border-color: #60E268; }
span { border-color: rgb(96,226,104); }
td.TdClassName
{
border-color: #60E268;
}
.TagClassName
{
border-color: #60E268;
}
</style>