Shades of Reef #CEF99B
Tints of Reef #CEF99B
RGB
CMYK
RGB Variations
Color information
#CEF99B (or 0xCEF99B) is known color: Reef. HEX triplet: CE, F9 and 9B. RGB value is (206,249,155). Sum of RGB (Red+Green+Blue) = 206+249+155=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF99B is #310664. Grayscale: #E1E1E1. Windows color (decimal): -3212901 or 10222030. OLE color: 10222030.
HSL color Cylindrical-coordinate representation of color #CEF99B: hue angle of 87.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF99B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 155 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.02 |
| HSL | 87.45º | 0.89% | 0.79% | - |
| HSV(B) | 87.45º | 0.38% | 0.98% | - |
| XYZ | 65.25 | 83.24 | 43.64 | - |
| YUV | 225.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 155 | 0.17 | 0 | 0.38 | 0.02 | 87.45 | 0.89 | 0.79 |
| Hex | CE | F9 | 9B | 11 | 0 | 26 | 2 | 57 | 59 | 4F |
| Octal | 316 | 371 | 233 | 21 | 0 | 46 | 2 | 127 | 131 | 117 |
| Binary | 11001110 | 11111001 | 10011011 | 10001 | 0 | 100110 | 10 | 1010111 | 1011001 | 1001111 |
Color Harmonies of #CEF99B
Complementary color
Monochromatic Colors of #CEF99B
Black with #CEF99B
Text Example
Text Example
White with #CEF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF99B; }
p { color: rgb(206,249,155); }
H1.HeaderClassName
{
color: #CEF99B;
}
.AnyTagClassName
{
color: #CEF99B;
}
</style>
background-color css
<style>
a { background-color: #CEF99B; }
a { background-color: rgb(206,249,155); }
div.DivClassName
{
background-color: #CEF99B;
}
.BgClassName
{
background-color: #CEF99B;
}
</style>
border-color css
<style>
span { border-color: #CEF99B; }
span { border-color: rgb(206,249,155); }
td.TdClassName
{
border-color: #CEF99B;
}
.TagClassName
{
border-color: #CEF99B;
}
</style>