Shades of Reef #D6FE98
Tints of Reef #D6FE98
RGB
CMYK
RGB Variations
Color information
#D6FE98 (or 0xD6FE98) is known color: Reef. HEX triplet: D6, FE and 98. RGB value is (214,254,152). Sum of RGB (Red+Green+Blue) = 214+254+152=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FE98 is #290167. Grayscale: #E6E6E6. Windows color (decimal): -2687336 or 10026710. OLE color: 10026710.
HSL color Cylindrical-coordinate representation of color #D6FE98: hue angle of 83.53º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6FE98 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 152 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.00 |
| HSL | 83.53º | 0.98% | 0.8% | - |
| HSV(B) | 83.53º | 0.4% | 1% | - |
| XYZ | 68.84 | 87.45 | 42.96 | - |
| YUV | 230.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 152 | 0.16 | 0 | 0.40 | 0.00 | 83.53 | 0.98 | 0.8 |
| Hex | D6 | FE | 98 | 10 | 0 | 28 | 0 | 54 | 62 | 50 |
| Octal | 326 | 376 | 230 | 20 | 0 | 50 | 0 | 124 | 142 | 120 |
| Binary | 11010110 | 11111110 | 10011000 | 10000 | 0 | 101000 | 0 | 1010100 | 1100010 | 1010000 |
Color Harmonies of #D6FE98
Complementary color
Monochromatic Colors of #D6FE98
Black with #D6FE98
Text Example
Text Example
White with #D6FE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE98; }
p { color: rgb(214,254,152); }
H1.HeaderClassName
{
color: #D6FE98;
}
.AnyTagClassName
{
color: #D6FE98;
}
</style>
background-color css
<style>
a { background-color: #D6FE98; }
a { background-color: rgb(214,254,152); }
div.DivClassName
{
background-color: #D6FE98;
}
.BgClassName
{
background-color: #D6FE98;
}
</style>
border-color css
<style>
span { border-color: #D6FE98; }
span { border-color: rgb(214,254,152); }
td.TdClassName
{
border-color: #D6FE98;
}
.TagClassName
{
border-color: #D6FE98;
}
</style>