Shades of Pastel Green #6FD067
Tints of Pastel Green #6FD067
RGB
CMYK
RGB Variations
Color information
#6FD067 (or 0x6FD067) is known color: Pastel Green. HEX triplet: 6F, D0 and 67. RGB value is (111,208,103). Sum of RGB (Red+Green+Blue) = 111+208+103=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD067 is #902F98. Grayscale: #A7A7A7. Windows color (decimal): -9449369 or 6803567. OLE color: 6803567.
HSL color Cylindrical-coordinate representation of color #6FD067: hue angle of 115.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FD067 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 103 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.18 |
| HSL | 115.43º | 0.53% | 0.61% | - |
| HSV(B) | 115.43º | 0.5% | 0.82% | - |
| XYZ | 31.56 | 49.47 | 20.72 | - |
| YUV | 167.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 103 | 0.47 | 0 | 0.50 | 0.18 | 115.43 | 0.53 | 0.61 |
| Hex | 6F | D0 | 67 | 2F | 0 | 32 | 12 | 73 | 35 | 3D |
| Octal | 157 | 320 | 147 | 57 | 0 | 62 | 22 | 163 | 65 | 75 |
| Binary | 1101111 | 11010000 | 1100111 | 101111 | 0 | 110010 | 10010 | 1110011 | 110101 | 111101 |
Color Harmonies of #6FD067
Complementary color
Monochromatic Colors of #6FD067
Black with #6FD067
Text Example
Text Example
White with #6FD067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD067; }
p { color: rgb(111,208,103); }
H1.HeaderClassName
{
color: #6FD067;
}
.AnyTagClassName
{
color: #6FD067;
}
</style>
background-color css
<style>
a { background-color: #6FD067; }
a { background-color: rgb(111,208,103); }
div.DivClassName
{
background-color: #6FD067;
}
.BgClassName
{
background-color: #6FD067;
}
</style>
border-color css
<style>
span { border-color: #6FD067; }
span { border-color: rgb(111,208,103); }
td.TdClassName
{
border-color: #6FD067;
}
.TagClassName
{
border-color: #6FD067;
}
</style>