Shades of Pastel Green #6FF281
Tints of Pastel Green #6FF281
RGB
CMYK
RGB Variations
Color information
#6FF281 (or 0x6FF281) is known color: Pastel Green. HEX triplet: 6F, F2 and 81. RGB value is (111,242,129). Sum of RGB (Red+Green+Blue) = 111+242+129=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF281 is #900D7E. Grayscale: #BEBEBE. Windows color (decimal): -9440639 or 8516207. OLE color: 8516207.
HSL color Cylindrical-coordinate representation of color #6FF281: hue angle of 128.24º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF281 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 129 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.05 |
| HSL | 128.24º | 0.83% | 0.69% | - |
| HSV(B) | 128.24º | 0.54% | 0.95% | - |
| XYZ | 42.27 | 68.47 | 31.76 | - |
| YUV | 189.95 | 93.6 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 129 | 0.54 | 0 | 0.47 | 0.05 | 128.24 | 0.83 | 0.69 |
| Hex | 6F | F2 | 81 | 36 | 0 | 2F | 5 | 80 | 53 | 45 |
| Octal | 157 | 362 | 201 | 66 | 0 | 57 | 5 | 200 | 123 | 105 |
| Binary | 1101111 | 11110010 | 10000001 | 110110 | 0 | 101111 | 101 | 10000000 | 1010011 | 1000101 |
Color Harmonies of #6FF281
Complementary color
Monochromatic Colors of #6FF281
Black with #6FF281
Text Example
Text Example
White with #6FF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF281; }
p { color: rgb(111,242,129); }
H1.HeaderClassName
{
color: #6FF281;
}
.AnyTagClassName
{
color: #6FF281;
}
</style>
background-color css
<style>
a { background-color: #6FF281; }
a { background-color: rgb(111,242,129); }
div.DivClassName
{
background-color: #6FF281;
}
.BgClassName
{
background-color: #6FF281;
}
</style>
border-color css
<style>
span { border-color: #6FF281; }
span { border-color: rgb(111,242,129); }
td.TdClassName
{
border-color: #6FF281;
}
.TagClassName
{
border-color: #6FF281;
}
</style>