Shades of Reef #CDFF8F
Tints of Reef #CDFF8F
RGB
CMYK
RGB Variations
Color information
#CDFF8F (or 0xCDFF8F) is known color: Reef. HEX triplet: CD, FF and 8F. RGB value is (205,255,143). Sum of RGB (Red+Green+Blue) = 205+255+143=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF8F is #320070. Grayscale: #E3E3E3. Windows color (decimal): -3276913 or 9437133. OLE color: 9437133.
HSL color Cylindrical-coordinate representation of color #CDFF8F: hue angle of 86.79º 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 #CDFF8F is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 143 | - |
| CMYK | 0.20 | 0 | 0.44 | 0 |
| HSL | 86.79º | 1% | 0.78% | - |
| HSV(B) | 86.79º | 0.44% | 1% | - |
| XYZ | 65.89 | 86.48 | 39.21 | - |
| YUV | 227.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 143 | 0.20 | 0 | 0.44 | 0 | 86.79 | 1 | 0.78 |
| Hex | CD | FF | 8F | 14 | 0 | 2C | 0 | 57 | 64 | 4E |
| Octal | 315 | 377 | 217 | 24 | 0 | 54 | 0 | 127 | 144 | 116 |
| Binary | 11001101 | 11111111 | 10001111 | 10100 | 0 | 101100 | 0 | 1010111 | 1100100 | 1001110 |
Color Harmonies of #CDFF8F
Complementary color
Monochromatic Colors of #CDFF8F
Black with #CDFF8F
Text Example
Text Example
White with #CDFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF8F; }
p { color: rgb(205,255,143); }
H1.HeaderClassName
{
color: #CDFF8F;
}
.AnyTagClassName
{
color: #CDFF8F;
}
</style>
background-color css
<style>
a { background-color: #CDFF8F; }
a { background-color: rgb(205,255,143); }
div.DivClassName
{
background-color: #CDFF8F;
}
.BgClassName
{
background-color: #CDFF8F;
}
</style>
border-color css
<style>
span { border-color: #CDFF8F; }
span { border-color: rgb(205,255,143); }
td.TdClassName
{
border-color: #CDFF8F;
}
.TagClassName
{
border-color: #CDFF8F;
}
</style>