Shades of Bermuda #7FDFB7
Tints of Bermuda #7FDFB7
RGB
CMYK
RGB Variations
Color information
#7FDFB7 (or 0x7FDFB7) is known color: Bermuda. HEX triplet: 7F, DF and B7. RGB value is (127,223,183). Sum of RGB (Red+Green+Blue) = 127+223+183=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFB7 is #802048. Grayscale: #BDBDBD. Windows color (decimal): -8396873 or 12050303. OLE color: 12050303.
HSL color Cylindrical-coordinate representation of color #7FDFB7: hue angle of 155º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFB7 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 183 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.13 |
| HSL | 155º | 0.6% | 0.69% | - |
| HSV(B) | 155º | 0.43% | 0.87% | - |
| XYZ | 43.69 | 60.71 | 54.21 | - |
| YUV | 189.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 183 | 0.43 | 0 | 0.18 | 0.13 | 155 | 0.6 | 0.69 |
| Hex | 7F | DF | B7 | 2B | 0 | 12 | D | 9B | 3C | 45 |
| Octal | 177 | 337 | 267 | 53 | 0 | 22 | 15 | 233 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10110111 | 101011 | 0 | 10010 | 1101 | 10011011 | 111100 | 1000101 |
Color Harmonies of #7FDFB7
Complementary color
Monochromatic Colors of #7FDFB7
Black with #7FDFB7
Text Example
Text Example
White with #7FDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFB7; }
p { color: rgb(127,223,183); }
H1.HeaderClassName
{
color: #7FDFB7;
}
.AnyTagClassName
{
color: #7FDFB7;
}
</style>
background-color css
<style>
a { background-color: #7FDFB7; }
a { background-color: rgb(127,223,183); }
div.DivClassName
{
background-color: #7FDFB7;
}
.BgClassName
{
background-color: #7FDFB7;
}
</style>
border-color css
<style>
span { border-color: #7FDFB7; }
span { border-color: rgb(127,223,183); }
td.TdClassName
{
border-color: #7FDFB7;
}
.TagClassName
{
border-color: #7FDFB7;
}
</style>