Shades of Reef #CEFC9A
Tints of Reef #CEFC9A
RGB
CMYK
RGB Variations
Color information
#CEFC9A (or 0xCEFC9A) is known color: Reef. HEX triplet: CE, FC and 9A. RGB value is (206,252,154). Sum of RGB (Red+Green+Blue) = 206+252+154=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC9A is #310365. Grayscale: #E3E3E3. Windows color (decimal): -3212134 or 10157262. OLE color: 10157262.
HSL color Cylindrical-coordinate representation of color #CEFC9A: hue angle of 88.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEFC9A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 154 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.01 |
| HSL | 88.16º | 0.94% | 0.8% | - |
| HSV(B) | 88.16º | 0.39% | 0.99% | - |
| XYZ | 66.1 | 85.08 | 43.51 | - |
| YUV | 227.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 154 | 0.18 | 0 | 0.39 | 0.01 | 88.16 | 0.94 | 0.8 |
| Hex | CE | FC | 9A | 12 | 0 | 27 | 1 | 58 | 5E | 50 |
| Octal | 316 | 374 | 232 | 22 | 0 | 47 | 1 | 130 | 136 | 120 |
| Binary | 11001110 | 11111100 | 10011010 | 10010 | 0 | 100111 | 1 | 1011000 | 1011110 | 1010000 |
Color Harmonies of #CEFC9A
Complementary color
Monochromatic Colors of #CEFC9A
Black with #CEFC9A
Text Example
Text Example
White with #CEFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC9A; }
p { color: rgb(206,252,154); }
H1.HeaderClassName
{
color: #CEFC9A;
}
.AnyTagClassName
{
color: #CEFC9A;
}
</style>
background-color css
<style>
a { background-color: #CEFC9A; }
a { background-color: rgb(206,252,154); }
div.DivClassName
{
background-color: #CEFC9A;
}
.BgClassName
{
background-color: #CEFC9A;
}
</style>
border-color css
<style>
span { border-color: #CEFC9A; }
span { border-color: rgb(206,252,154); }
td.TdClassName
{
border-color: #CEFC9A;
}
.TagClassName
{
border-color: #CEFC9A;
}
</style>