Shades of Reef #CEF18F
Tints of Reef #CEF18F
RGB
CMYK
RGB Variations
Color information
#CEF18F (or 0xCEF18F) is known color: Reef. HEX triplet: CE, F1 and 8F. RGB value is (206,241,143). Sum of RGB (Red+Green+Blue) = 206+241+143=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF18F is #310E70. Grayscale: #DBDBDB. Windows color (decimal): -3214961 or 9433550. OLE color: 9433550.
HSL color Cylindrical-coordinate representation of color #CEF18F: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEF18F is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 143 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 81.43º | 0.78% | 0.75% | - |
| HSV(B) | 81.43º | 0.41% | 0.95% | - |
| XYZ | 61.87 | 78.02 | 37.78 | - |
| YUV | 219.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 143 | 0.15 | 0 | 0.41 | 0.05 | 81.43 | 0.78 | 0.75 |
| Hex | CE | F1 | 8F | F | 0 | 29 | 5 | 51 | 4E | 4B |
| Octal | 316 | 361 | 217 | 17 | 0 | 51 | 5 | 121 | 116 | 113 |
| Binary | 11001110 | 11110001 | 10001111 | 1111 | 0 | 101001 | 101 | 1010001 | 1001110 | 1001011 |
Color Harmonies of #CEF18F
Complementary color
Monochromatic Colors of #CEF18F
Black with #CEF18F
Text Example
Text Example
White with #CEF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF18F; }
p { color: rgb(206,241,143); }
H1.HeaderClassName
{
color: #CEF18F;
}
.AnyTagClassName
{
color: #CEF18F;
}
</style>
background-color css
<style>
a { background-color: #CEF18F; }
a { background-color: rgb(206,241,143); }
div.DivClassName
{
background-color: #CEF18F;
}
.BgClassName
{
background-color: #CEF18F;
}
</style>
border-color css
<style>
span { border-color: #CEF18F; }
span { border-color: rgb(206,241,143); }
td.TdClassName
{
border-color: #CEF18F;
}
.TagClassName
{
border-color: #CEF18F;
}
</style>