Shades of Reef #CDFB8D
Tints of Reef #CDFB8D
RGB
CMYK
RGB Variations
Color information
#CDFB8D (or 0xCDFB8D) is known color: Reef. HEX triplet: CD, FB and 8D. RGB value is (205,251,141). Sum of RGB (Red+Green+Blue) = 205+251+141=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFB8D is #320472. Grayscale: #E1E1E1. Windows color (decimal): -3277939 or 9305037. OLE color: 9305037.
HSL color Cylindrical-coordinate representation of color #CDFB8D: hue angle of 85.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDFB8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 141 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.02 |
| HSL | 85.09º | 0.93% | 0.77% | - |
| HSV(B) | 85.09º | 0.44% | 0.98% | - |
| XYZ | 64.48 | 83.9 | 37.99 | - |
| YUV | 224.71 | 80.76 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 141 | 0.18 | 0 | 0.44 | 0.02 | 85.09 | 0.93 | 0.77 |
| Hex | CD | FB | 8D | 12 | 0 | 2C | 2 | 55 | 5D | 4D |
| Octal | 315 | 373 | 215 | 22 | 0 | 54 | 2 | 125 | 135 | 115 |
| Binary | 11001101 | 11111011 | 10001101 | 10010 | 0 | 101100 | 10 | 1010101 | 1011101 | 1001101 |
Color Harmonies of #CDFB8D
Complementary color
Monochromatic Colors of #CDFB8D
Black with #CDFB8D
Text Example
Text Example
White with #CDFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB8D; }
p { color: rgb(205,251,141); }
H1.HeaderClassName
{
color: #CDFB8D;
}
.AnyTagClassName
{
color: #CDFB8D;
}
</style>
background-color css
<style>
a { background-color: #CDFB8D; }
a { background-color: rgb(205,251,141); }
div.DivClassName
{
background-color: #CDFB8D;
}
.BgClassName
{
background-color: #CDFB8D;
}
</style>
border-color css
<style>
span { border-color: #CDFB8D; }
span { border-color: rgb(205,251,141); }
td.TdClassName
{
border-color: #CDFB8D;
}
.TagClassName
{
border-color: #CDFB8D;
}
</style>