Shades of Reef #CDFC8D
Tints of Reef #CDFC8D
RGB
CMYK
RGB Variations
Color information
#CDFC8D (or 0xCDFC8D) is known color: Reef. HEX triplet: CD, FC and 8D. RGB value is (205,252,141). Sum of RGB (Red+Green+Blue) = 205+252+141=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFC8D is #320372. Grayscale: #E1E1E1. Windows color (decimal): -3277683 or 9305293. OLE color: 9305293.
HSL color Cylindrical-coordinate representation of color #CDFC8D: hue angle of 85.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDFC8D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 141 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.01 |
| HSL | 85.41º | 0.95% | 0.77% | - |
| HSV(B) | 85.41º | 0.44% | 0.99% | - |
| XYZ | 64.79 | 84.52 | 38.1 | - |
| YUV | 225.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 141 | 0.19 | 0 | 0.44 | 0.01 | 85.41 | 0.95 | 0.77 |
| Hex | CD | FC | 8D | 13 | 0 | 2C | 1 | 55 | 5F | 4D |
| Octal | 315 | 374 | 215 | 23 | 0 | 54 | 1 | 125 | 137 | 115 |
| Binary | 11001101 | 11111100 | 10001101 | 10011 | 0 | 101100 | 1 | 1010101 | 1011111 | 1001101 |
Color Harmonies of #CDFC8D
Complementary color
Monochromatic Colors of #CDFC8D
Black with #CDFC8D
Text Example
Text Example
White with #CDFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC8D; }
p { color: rgb(205,252,141); }
H1.HeaderClassName
{
color: #CDFC8D;
}
.AnyTagClassName
{
color: #CDFC8D;
}
</style>
background-color css
<style>
a { background-color: #CDFC8D; }
a { background-color: rgb(205,252,141); }
div.DivClassName
{
background-color: #CDFC8D;
}
.BgClassName
{
background-color: #CDFC8D;
}
</style>
border-color css
<style>
span { border-color: #CDFC8D; }
span { border-color: rgb(205,252,141); }
td.TdClassName
{
border-color: #CDFC8D;
}
.TagClassName
{
border-color: #CDFC8D;
}
</style>