Shades of Reef #CFE892
Tints of Reef #CFE892
RGB
CMYK
RGB Variations
Color information
#CFE892 (or 0xCFE892) is known color: Reef. HEX triplet: CF, E8 and 92. RGB value is (207,232,146). Sum of RGB (Red+Green+Blue) = 207+232+146=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE892 is #30176D. Grayscale: #D7D7D7. Windows color (decimal): -3151726 or 9627855. OLE color: 9627855.
HSL color Cylindrical-coordinate representation of color #CFE892: hue angle of 77.44º degrees, saturation: 0.65, 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 #CFE892 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 146 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.09 |
| HSL | 77.44º | 0.65% | 0.74% | - |
| HSV(B) | 77.44º | 0.37% | 0.91% | - |
| XYZ | 59.78 | 73.05 | 38.14 | - |
| YUV | 214.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 146 | 0.11 | 0 | 0.37 | 0.09 | 77.44 | 0.65 | 0.74 |
| Hex | CF | E8 | 92 | B | 0 | 25 | 9 | 4D | 41 | 4A |
| Octal | 317 | 350 | 222 | 13 | 0 | 45 | 11 | 115 | 101 | 112 |
| Binary | 11001111 | 11101000 | 10010010 | 1011 | 0 | 100101 | 1001 | 1001101 | 1000001 | 1001010 |
Color Harmonies of #CFE892
Complementary color
Monochromatic Colors of #CFE892
Black with #CFE892
Text Example
Text Example
White with #CFE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE892; }
p { color: rgb(207,232,146); }
H1.HeaderClassName
{
color: #CFE892;
}
.AnyTagClassName
{
color: #CFE892;
}
</style>
background-color css
<style>
a { background-color: #CFE892; }
a { background-color: rgb(207,232,146); }
div.DivClassName
{
background-color: #CFE892;
}
.BgClassName
{
background-color: #CFE892;
}
</style>
border-color css
<style>
span { border-color: #CFE892; }
span { border-color: rgb(207,232,146); }
td.TdClassName
{
border-color: #CFE892;
}
.TagClassName
{
border-color: #CFE892;
}
</style>