Shades of Reef #CEFE8F
Tints of Reef #CEFE8F
RGB
CMYK
RGB Variations
Color information
#CEFE8F (or 0xCEFE8F) is known color: Reef. HEX triplet: CE, FE and 8F. RGB value is (206,254,143). Sum of RGB (Red+Green+Blue) = 206+254+143=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE8F is #310170. Grayscale: #E3E3E3. Windows color (decimal): -3211633 or 9436878. OLE color: 9436878.
HSL color Cylindrical-coordinate representation of color #CEFE8F: hue angle of 85.95º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEFE8F is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 143 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.00 |
| HSL | 85.95º | 0.98% | 0.78% | - |
| HSV(B) | 85.95º | 0.44% | 1% | - |
| XYZ | 65.85 | 85.99 | 39.11 | - |
| YUV | 226.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 143 | 0.19 | 0 | 0.44 | 0.00 | 85.95 | 0.98 | 0.78 |
| Hex | CE | FE | 8F | 13 | 0 | 2C | 0 | 56 | 62 | 4E |
| Octal | 316 | 376 | 217 | 23 | 0 | 54 | 0 | 126 | 142 | 116 |
| Binary | 11001110 | 11111110 | 10001111 | 10011 | 0 | 101100 | 0 | 1010110 | 1100010 | 1001110 |
Color Harmonies of #CEFE8F
Complementary color
Monochromatic Colors of #CEFE8F
Black with #CEFE8F
Text Example
Text Example
White with #CEFE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE8F; }
p { color: rgb(206,254,143); }
H1.HeaderClassName
{
color: #CEFE8F;
}
.AnyTagClassName
{
color: #CEFE8F;
}
</style>
background-color css
<style>
a { background-color: #CEFE8F; }
a { background-color: rgb(206,254,143); }
div.DivClassName
{
background-color: #CEFE8F;
}
.BgClassName
{
background-color: #CEFE8F;
}
</style>
border-color css
<style>
span { border-color: #CEFE8F; }
span { border-color: rgb(206,254,143); }
td.TdClassName
{
border-color: #CEFE8F;
}
.TagClassName
{
border-color: #CEFE8F;
}
</style>