Shades of Reef #CEFA8D
Tints of Reef #CEFA8D
RGB
CMYK
RGB Variations
Color information
#CEFA8D (or 0xCEFA8D) is known color: Reef. HEX triplet: CE, FA and 8D. RGB value is (206,250,141). Sum of RGB (Red+Green+Blue) = 206+250+141=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA8D is #310572. Grayscale: #E0E0E0. Windows color (decimal): -3212659 or 9304782. OLE color: 9304782.
HSL color Cylindrical-coordinate representation of color #CEFA8D: hue angle of 84.22º degrees, saturation: 0.92, 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 #CEFA8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 141 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.02 |
| HSL | 84.22º | 0.92% | 0.77% | - |
| HSV(B) | 84.22º | 0.44% | 0.98% | - |
| XYZ | 64.45 | 83.42 | 37.9 | - |
| YUV | 224.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 141 | 0.18 | 0 | 0.44 | 0.02 | 84.22 | 0.92 | 0.77 |
| Hex | CE | FA | 8D | 12 | 0 | 2C | 2 | 54 | 5C | 4D |
| Octal | 316 | 372 | 215 | 22 | 0 | 54 | 2 | 124 | 134 | 115 |
| Binary | 11001110 | 11111010 | 10001101 | 10010 | 0 | 101100 | 10 | 1010100 | 1011100 | 1001101 |
Color Harmonies of #CEFA8D
Complementary color
Monochromatic Colors of #CEFA8D
Black with #CEFA8D
Text Example
Text Example
White with #CEFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA8D; }
p { color: rgb(206,250,141); }
H1.HeaderClassName
{
color: #CEFA8D;
}
.AnyTagClassName
{
color: #CEFA8D;
}
</style>
background-color css
<style>
a { background-color: #CEFA8D; }
a { background-color: rgb(206,250,141); }
div.DivClassName
{
background-color: #CEFA8D;
}
.BgClassName
{
background-color: #CEFA8D;
}
</style>
border-color css
<style>
span { border-color: #CEFA8D; }
span { border-color: rgb(206,250,141); }
td.TdClassName
{
border-color: #CEFA8D;
}
.TagClassName
{
border-color: #CEFA8D;
}
</style>