Shades of Pastel Green #6FE270
Tints of Pastel Green #6FE270
RGB
CMYK
RGB Variations
Color information
#6FE270 (or 0x6FE270) is known color: Pastel Green. HEX triplet: 6F, E2 and 70. RGB value is (111,226,112). Sum of RGB (Red+Green+Blue) = 111+226+112=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE270 is #901D8F. Grayscale: #B2B2B2. Windows color (decimal): -9444752 or 7397999. OLE color: 7397999.
HSL color Cylindrical-coordinate representation of color #6FE270: hue angle of 120.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE270 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 112 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.11 |
| HSL | 120.52º | 0.66% | 0.66% | - |
| HSV(B) | 120.52º | 0.51% | 0.89% | - |
| XYZ | 36.68 | 58.94 | 24.77 | - |
| YUV | 178.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 112 | 0.51 | 0 | 0.50 | 0.11 | 120.52 | 0.66 | 0.66 |
| Hex | 6F | E2 | 70 | 33 | 0 | 32 | B | 79 | 42 | 42 |
| Octal | 157 | 342 | 160 | 63 | 0 | 62 | 13 | 171 | 102 | 102 |
| Binary | 1101111 | 11100010 | 1110000 | 110011 | 0 | 110010 | 1011 | 1111001 | 1000010 | 1000010 |
Color Harmonies of #6FE270
Complementary color
Monochromatic Colors of #6FE270
Black with #6FE270
Text Example
Text Example
White with #6FE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE270; }
p { color: rgb(111,226,112); }
H1.HeaderClassName
{
color: #6FE270;
}
.AnyTagClassName
{
color: #6FE270;
}
</style>
background-color css
<style>
a { background-color: #6FE270; }
a { background-color: rgb(111,226,112); }
div.DivClassName
{
background-color: #6FE270;
}
.BgClassName
{
background-color: #6FE270;
}
</style>
border-color css
<style>
span { border-color: #6FE270; }
span { border-color: rgb(111,226,112); }
td.TdClassName
{
border-color: #6FE270;
}
.TagClassName
{
border-color: #6FE270;
}
</style>