Shades of Pastel Green #6FF073
Tints of Pastel Green #6FF073
RGB
CMYK
RGB Variations
Color information
#6FF073 (or 0x6FF073) is known color: Pastel Green. HEX triplet: 6F, F0 and 73. RGB value is (111,240,115). Sum of RGB (Red+Green+Blue) = 111+240+115=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FF073 is #900F8C. Grayscale: #BBBBBB. Windows color (decimal): -9441165 or 7598191. OLE color: 7598191.
HSL color Cylindrical-coordinate representation of color #6FF073: hue angle of 121.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF073 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 115 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.06 |
| HSL | 121.86º | 0.81% | 0.69% | - |
| HSV(B) | 121.86º | 0.54% | 0.94% | - |
| XYZ | 40.81 | 66.94 | 26.99 | - |
| YUV | 187.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 115 | 0.54 | 0 | 0.52 | 0.06 | 121.86 | 0.81 | 0.69 |
| Hex | 6F | F0 | 73 | 36 | 0 | 34 | 6 | 7A | 51 | 45 |
| Octal | 157 | 360 | 163 | 66 | 0 | 64 | 6 | 172 | 121 | 105 |
| Binary | 1101111 | 11110000 | 1110011 | 110110 | 0 | 110100 | 110 | 1111010 | 1010001 | 1000101 |
Color Harmonies of #6FF073
Complementary color
Monochromatic Colors of #6FF073
Black with #6FF073
Text Example
Text Example
White with #6FF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF073; }
p { color: rgb(111,240,115); }
H1.HeaderClassName
{
color: #6FF073;
}
.AnyTagClassName
{
color: #6FF073;
}
</style>
background-color css
<style>
a { background-color: #6FF073; }
a { background-color: rgb(111,240,115); }
div.DivClassName
{
background-color: #6FF073;
}
.BgClassName
{
background-color: #6FF073;
}
</style>
border-color css
<style>
span { border-color: #6FF073; }
span { border-color: rgb(111,240,115); }
td.TdClassName
{
border-color: #6FF073;
}
.TagClassName
{
border-color: #6FF073;
}
</style>