Shades of Reef #CFE792
Tints of Reef #CFE792
RGB
CMYK
RGB Variations
Color information
#CFE792 (or 0xCFE792) is known color: Reef. HEX triplet: CF, E7 and 92. RGB value is (207,231,146). Sum of RGB (Red+Green+Blue) = 207+231+146=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE792 is #30186D. Grayscale: #D6D6D6. Windows color (decimal): -3151982 or 9627599. OLE color: 9627599.
HSL color Cylindrical-coordinate representation of color #CFE792: hue angle of 76.94º degrees, saturation: 0.64, 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 #CFE792 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 146 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.09 |
| HSL | 76.94º | 0.64% | 0.74% | - |
| HSV(B) | 76.94º | 0.37% | 0.91% | - |
| XYZ | 59.5 | 72.49 | 38.05 | - |
| YUV | 214.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 146 | 0.10 | 0 | 0.37 | 0.09 | 76.94 | 0.64 | 0.74 |
| Hex | CF | E7 | 92 | A | 0 | 25 | 9 | 4D | 40 | 4A |
| Octal | 317 | 347 | 222 | 12 | 0 | 45 | 11 | 115 | 100 | 112 |
| Binary | 11001111 | 11100111 | 10010010 | 1010 | 0 | 100101 | 1001 | 1001101 | 1000000 | 1001010 |
Color Harmonies of #CFE792
Complementary color
Monochromatic Colors of #CFE792
Black with #CFE792
Text Example
Text Example
White with #CFE792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE792; }
p { color: rgb(207,231,146); }
H1.HeaderClassName
{
color: #CFE792;
}
.AnyTagClassName
{
color: #CFE792;
}
</style>
background-color css
<style>
a { background-color: #CFE792; }
a { background-color: rgb(207,231,146); }
div.DivClassName
{
background-color: #CFE792;
}
.BgClassName
{
background-color: #CFE792;
}
</style>
border-color css
<style>
span { border-color: #CFE792; }
span { border-color: rgb(207,231,146); }
td.TdClassName
{
border-color: #CFE792;
}
.TagClassName
{
border-color: #CFE792;
}
</style>