Shades of Reef #CFE992
Tints of Reef #CFE992
RGB
CMYK
RGB Variations
Color information
#CFE992 (or 0xCFE992) is known color: Reef. HEX triplet: CF, E9 and 92. RGB value is (207,233,146). Sum of RGB (Red+Green+Blue) = 207+233+146=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE992 is #30166D. Grayscale: #D7D7D7. Windows color (decimal): -3151470 or 9628111. OLE color: 9628111.
HSL color Cylindrical-coordinate representation of color #CFE992: hue angle of 77.93º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE992 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 146 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.09 |
| HSL | 77.93º | 0.66% | 0.74% | - |
| HSV(B) | 77.93º | 0.37% | 0.91% | - |
| XYZ | 60.06 | 73.62 | 38.24 | - |
| YUV | 215.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 146 | 0.11 | 0 | 0.37 | 0.09 | 77.93 | 0.66 | 0.74 |
| Hex | CF | E9 | 92 | B | 0 | 25 | 9 | 4E | 42 | 4A |
| Octal | 317 | 351 | 222 | 13 | 0 | 45 | 11 | 116 | 102 | 112 |
| Binary | 11001111 | 11101001 | 10010010 | 1011 | 0 | 100101 | 1001 | 1001110 | 1000010 | 1001010 |
Color Harmonies of #CFE992
Complementary color
Monochromatic Colors of #CFE992
Black with #CFE992
Text Example
Text Example
White with #CFE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE992; }
p { color: rgb(207,233,146); }
H1.HeaderClassName
{
color: #CFE992;
}
.AnyTagClassName
{
color: #CFE992;
}
</style>
background-color css
<style>
a { background-color: #CFE992; }
a { background-color: rgb(207,233,146); }
div.DivClassName
{
background-color: #CFE992;
}
.BgClassName
{
background-color: #CFE992;
}
</style>
border-color css
<style>
span { border-color: #CFE992; }
span { border-color: rgb(207,233,146); }
td.TdClassName
{
border-color: #CFE992;
}
.TagClassName
{
border-color: #CFE992;
}
</style>