Shades of Pastel Green #6FED7A
Tints of Pastel Green #6FED7A
RGB
CMYK
RGB Variations
Color information
#6FED7A (or 0x6FED7A) is known color: Pastel Green. HEX triplet: 6F, ED and 7A. RGB value is (111,237,122). Sum of RGB (Red+Green+Blue) = 111+237+122=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #6FED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FED7A is #901285. Grayscale: #BABABA. Windows color (decimal): -9441926 or 8056175. OLE color: 8056175.
HSL color Cylindrical-coordinate representation of color #6FED7A: hue angle of 125.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FED7A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 122 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.07 |
| HSL | 125.24º | 0.78% | 0.68% | - |
| HSV(B) | 125.24º | 0.53% | 0.93% | - |
| XYZ | 40.35 | 65.35 | 28.9 | - |
| YUV | 186.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 122 | 0.53 | 0 | 0.49 | 0.07 | 125.24 | 0.78 | 0.68 |
| Hex | 6F | ED | 7A | 35 | 0 | 31 | 7 | 7D | 4E | 44 |
| Octal | 157 | 355 | 172 | 65 | 0 | 61 | 7 | 175 | 116 | 104 |
| Binary | 1101111 | 11101101 | 1111010 | 110101 | 0 | 110001 | 111 | 1111101 | 1001110 | 1000100 |
Color Harmonies of #6FED7A
Complementary color
Monochromatic Colors of #6FED7A
Black with #6FED7A
Text Example
Text Example
White with #6FED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FED7A; }
p { color: rgb(111,237,122); }
H1.HeaderClassName
{
color: #6FED7A;
}
.AnyTagClassName
{
color: #6FED7A;
}
</style>
background-color css
<style>
a { background-color: #6FED7A; }
a { background-color: rgb(111,237,122); }
div.DivClassName
{
background-color: #6FED7A;
}
.BgClassName
{
background-color: #6FED7A;
}
</style>
border-color css
<style>
span { border-color: #6FED7A; }
span { border-color: rgb(111,237,122); }
td.TdClassName
{
border-color: #6FED7A;
}
.TagClassName
{
border-color: #6FED7A;
}
</style>