Shades of Pastel Green #6FE480
Tints of Pastel Green #6FE480
RGB
CMYK
RGB Variations
Color information
#6FE480 (or 0x6FE480) is known color: Pastel Green. HEX triplet: 6F, E4 and 80. RGB value is (111,228,128). Sum of RGB (Red+Green+Blue) = 111+228+128=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE480 is #901B7F. Grayscale: #B5B5B5. Windows color (decimal): -9444224 or 8447087. OLE color: 8447087.
HSL color Cylindrical-coordinate representation of color #6FE480: hue angle of 128.72º degrees, saturation: 0.68, 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 #6FE480 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 128 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.11 |
| HSL | 128.72º | 0.68% | 0.66% | - |
| HSV(B) | 128.72º | 0.51% | 0.89% | - |
| XYZ | 38.2 | 60.42 | 30.07 | - |
| YUV | 181.62 | 97.74 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 128 | 0.51 | 0 | 0.44 | 0.11 | 128.72 | 0.68 | 0.66 |
| Hex | 6F | E4 | 80 | 33 | 0 | 2C | B | 81 | 44 | 42 |
| Octal | 157 | 344 | 200 | 63 | 0 | 54 | 13 | 201 | 104 | 102 |
| Binary | 1101111 | 11100100 | 10000000 | 110011 | 0 | 101100 | 1011 | 10000001 | 1000100 | 1000010 |
Color Harmonies of #6FE480
Complementary color
Monochromatic Colors of #6FE480
Black with #6FE480
Text Example
Text Example
White with #6FE480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE480; }
p { color: rgb(111,228,128); }
H1.HeaderClassName
{
color: #6FE480;
}
.AnyTagClassName
{
color: #6FE480;
}
</style>
background-color css
<style>
a { background-color: #6FE480; }
a { background-color: rgb(111,228,128); }
div.DivClassName
{
background-color: #6FE480;
}
.BgClassName
{
background-color: #6FE480;
}
</style>
border-color css
<style>
span { border-color: #6FE480; }
span { border-color: rgb(111,228,128); }
td.TdClassName
{
border-color: #6FE480;
}
.TagClassName
{
border-color: #6FE480;
}
</style>