Shades of Reef #CEF391
Tints of Reef #CEF391
RGB
CMYK
RGB Variations
Color information
#CEF391 (or 0xCEF391) is known color: Reef. HEX triplet: CE, F3 and 91. RGB value is (206,243,145). Sum of RGB (Red+Green+Blue) = 206+243+145=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF391 is #310C6E. Grayscale: #DDDDDD. Windows color (decimal): -3214447 or 9565134. OLE color: 9565134.
HSL color Cylindrical-coordinate representation of color #CEF391: hue angle of 82.65º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF391 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 145 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.05 |
| HSL | 82.65º | 0.8% | 0.76% | - |
| HSV(B) | 82.65º | 0.4% | 0.95% | - |
| XYZ | 62.62 | 79.27 | 38.79 | - |
| YUV | 220.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 145 | 0.15 | 0 | 0.40 | 0.05 | 82.65 | 0.8 | 0.76 |
| Hex | CE | F3 | 91 | F | 0 | 28 | 5 | 53 | 50 | 4C |
| Octal | 316 | 363 | 221 | 17 | 0 | 50 | 5 | 123 | 120 | 114 |
| Binary | 11001110 | 11110011 | 10010001 | 1111 | 0 | 101000 | 101 | 1010011 | 1010000 | 1001100 |
Color Harmonies of #CEF391
Complementary color
Monochromatic Colors of #CEF391
Black with #CEF391
Text Example
Text Example
White with #CEF391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF391; }
p { color: rgb(206,243,145); }
H1.HeaderClassName
{
color: #CEF391;
}
.AnyTagClassName
{
color: #CEF391;
}
</style>
background-color css
<style>
a { background-color: #CEF391; }
a { background-color: rgb(206,243,145); }
div.DivClassName
{
background-color: #CEF391;
}
.BgClassName
{
background-color: #CEF391;
}
</style>
border-color css
<style>
span { border-color: #CEF391; }
span { border-color: rgb(206,243,145); }
td.TdClassName
{
border-color: #CEF391;
}
.TagClassName
{
border-color: #CEF391;
}
</style>