Shades of Reef #CDFF8E
Tints of Reef #CDFF8E
RGB
CMYK
RGB Variations
Color information
#CDFF8E (or 0xCDFF8E) is known color: Reef. HEX triplet: CD, FF and 8E. RGB value is (205,255,142). Sum of RGB (Red+Green+Blue) = 205+255+142=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF8E is #320071. Grayscale: #E3E3E3. Windows color (decimal): -3276914 or 9371597. OLE color: 9371597.
HSL color Cylindrical-coordinate representation of color #CDFF8E: hue angle of 86.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDFF8E is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 142 | - |
| CMYK | 0.20 | 0 | 0.44 | 0 |
| HSL | 86.55º | 1% | 0.78% | - |
| HSV(B) | 86.55º | 0.44% | 1% | - |
| XYZ | 65.82 | 86.45 | 38.81 | - |
| YUV | 227.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 142 | 0.20 | 0 | 0.44 | 0 | 86.55 | 1 | 0.78 |
| Hex | CD | FF | 8E | 14 | 0 | 2C | 0 | 57 | 64 | 4E |
| Octal | 315 | 377 | 216 | 24 | 0 | 54 | 0 | 127 | 144 | 116 |
| Binary | 11001101 | 11111111 | 10001110 | 10100 | 0 | 101100 | 0 | 1010111 | 1100100 | 1001110 |
Color Harmonies of #CDFF8E
Complementary color
Monochromatic Colors of #CDFF8E
Black with #CDFF8E
Text Example
Text Example
White with #CDFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF8E; }
p { color: rgb(205,255,142); }
H1.HeaderClassName
{
color: #CDFF8E;
}
.AnyTagClassName
{
color: #CDFF8E;
}
</style>
background-color css
<style>
a { background-color: #CDFF8E; }
a { background-color: rgb(205,255,142); }
div.DivClassName
{
background-color: #CDFF8E;
}
.BgClassName
{
background-color: #CDFF8E;
}
</style>
border-color css
<style>
span { border-color: #CDFF8E; }
span { border-color: rgb(205,255,142); }
td.TdClassName
{
border-color: #CDFF8E;
}
.TagClassName
{
border-color: #CDFF8E;
}
</style>