Shades of Reef #CEF19A
Tints of Reef #CEF19A
RGB
CMYK
RGB Variations
Color information
#CEF19A (or 0xCEF19A) is known color: Reef. HEX triplet: CE, F1 and 9A. RGB value is (206,241,154). Sum of RGB (Red+Green+Blue) = 206+241+154=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF19A is #310E65. Grayscale: #DCDCDC. Windows color (decimal): -3214950 or 10154446. OLE color: 10154446.
HSL color Cylindrical-coordinate representation of color #CEF19A: hue angle of 84.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF19A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 154 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.05 |
| HSL | 84.14º | 0.76% | 0.77% | - |
| HSV(B) | 84.14º | 0.36% | 0.95% | - |
| XYZ | 62.74 | 78.37 | 42.39 | - |
| YUV | 220.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 154 | 0.15 | 0 | 0.36 | 0.05 | 84.14 | 0.76 | 0.77 |
| Hex | CE | F1 | 9A | F | 0 | 24 | 5 | 54 | 4C | 4D |
| Octal | 316 | 361 | 232 | 17 | 0 | 44 | 5 | 124 | 114 | 115 |
| Binary | 11001110 | 11110001 | 10011010 | 1111 | 0 | 100100 | 101 | 1010100 | 1001100 | 1001101 |
Color Harmonies of #CEF19A
Complementary color
Monochromatic Colors of #CEF19A
Black with #CEF19A
Text Example
Text Example
White with #CEF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF19A; }
p { color: rgb(206,241,154); }
H1.HeaderClassName
{
color: #CEF19A;
}
.AnyTagClassName
{
color: #CEF19A;
}
</style>
background-color css
<style>
a { background-color: #CEF19A; }
a { background-color: rgb(206,241,154); }
div.DivClassName
{
background-color: #CEF19A;
}
.BgClassName
{
background-color: #CEF19A;
}
</style>
border-color css
<style>
span { border-color: #CEF19A; }
span { border-color: rgb(206,241,154); }
td.TdClassName
{
border-color: #CEF19A;
}
.TagClassName
{
border-color: #CEF19A;
}
</style>