Shades of Reef #CDFF8D
Tints of Reef #CDFF8D
RGB
CMYK
RGB Variations
Color information
#CDFF8D (or 0xCDFF8D) is known color: Reef. HEX triplet: CD, FF and 8D. RGB value is (205,255,141). Sum of RGB (Red+Green+Blue) = 205+255+141=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF8D is #320072. Grayscale: #E3E3E3. Windows color (decimal): -3276915 or 9306061. OLE color: 9306061.
HSL color Cylindrical-coordinate representation of color #CDFF8D: hue angle of 86.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDFF8D is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 141 | - |
| CMYK | 0.20 | 0 | 0.45 | 0 |
| HSL | 86.32º | 1% | 0.78% | - |
| HSV(B) | 86.32º | 0.45% | 1% | - |
| XYZ | 65.74 | 86.42 | 38.42 | - |
| YUV | 227.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 141 | 0.20 | 0 | 0.45 | 0 | 86.32 | 1 | 0.78 |
| Hex | CD | FF | 8D | 14 | 0 | 2D | 0 | 56 | 64 | 4E |
| Octal | 315 | 377 | 215 | 24 | 0 | 55 | 0 | 126 | 144 | 116 |
| Binary | 11001101 | 11111111 | 10001101 | 10100 | 0 | 101101 | 0 | 1010110 | 1100100 | 1001110 |
Color Harmonies of #CDFF8D
Complementary color
Monochromatic Colors of #CDFF8D
Black with #CDFF8D
Text Example
Text Example
White with #CDFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF8D; }
p { color: rgb(205,255,141); }
H1.HeaderClassName
{
color: #CDFF8D;
}
.AnyTagClassName
{
color: #CDFF8D;
}
</style>
background-color css
<style>
a { background-color: #CDFF8D; }
a { background-color: rgb(205,255,141); }
div.DivClassName
{
background-color: #CDFF8D;
}
.BgClassName
{
background-color: #CDFF8D;
}
</style>
border-color css
<style>
span { border-color: #CDFF8D; }
span { border-color: rgb(205,255,141); }
td.TdClassName
{
border-color: #CDFF8D;
}
.TagClassName
{
border-color: #CDFF8D;
}
</style>