Shades of Reef #CEF58F
Tints of Reef #CEF58F
RGB
CMYK
RGB Variations
Color information
#CEF58F (or 0xCEF58F) is known color: Reef. HEX triplet: CE, F5 and 8F. RGB value is (206,245,143). Sum of RGB (Red+Green+Blue) = 206+245+143=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF58F is #310A70. Grayscale: #DEDEDE. Windows color (decimal): -3213937 or 9434574. OLE color: 9434574.
HSL color Cylindrical-coordinate representation of color #CEF58F: hue angle of 82.94º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEF58F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 143 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.04 |
| HSL | 82.94º | 0.84% | 0.76% | - |
| HSV(B) | 82.94º | 0.42% | 0.96% | - |
| XYZ | 63.06 | 80.41 | 38.18 | - |
| YUV | 221.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 143 | 0.16 | 0 | 0.42 | 0.04 | 82.94 | 0.84 | 0.76 |
| Hex | CE | F5 | 8F | 10 | 0 | 2A | 4 | 53 | 54 | 4C |
| Octal | 316 | 365 | 217 | 20 | 0 | 52 | 4 | 123 | 124 | 114 |
| Binary | 11001110 | 11110101 | 10001111 | 10000 | 0 | 101010 | 100 | 1010011 | 1010100 | 1001100 |
Color Harmonies of #CEF58F
Complementary color
Monochromatic Colors of #CEF58F
Black with #CEF58F
Text Example
Text Example
White with #CEF58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF58F; }
p { color: rgb(206,245,143); }
H1.HeaderClassName
{
color: #CEF58F;
}
.AnyTagClassName
{
color: #CEF58F;
}
</style>
background-color css
<style>
a { background-color: #CEF58F; }
a { background-color: rgb(206,245,143); }
div.DivClassName
{
background-color: #CEF58F;
}
.BgClassName
{
background-color: #CEF58F;
}
</style>
border-color css
<style>
span { border-color: #CEF58F; }
span { border-color: rgb(206,245,143); }
td.TdClassName
{
border-color: #CEF58F;
}
.TagClassName
{
border-color: #CEF58F;
}
</style>