Shades of Reef #CFE199
Tints of Reef #CFE199
RGB
CMYK
RGB Variations
Color information
#CFE199 (or 0xCFE199) is known color: Reef. HEX triplet: CF, E1 and 99. RGB value is (207,225,153). Sum of RGB (Red+Green+Blue) = 207+225+153=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE199 is #301E66. Grayscale: #D3D3D3. Windows color (decimal): -3153511 or 10084815. OLE color: 10084815.
HSL color Cylindrical-coordinate representation of color #CFE199: hue angle of 75º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE199 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 153 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.12 |
| HSL | 75º | 0.55% | 0.74% | - |
| HSV(B) | 75º | 0.32% | 0.88% | - |
| XYZ | 58.41 | 69.42 | 40.46 | - |
| YUV | 211.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 153 | 0.08 | 0 | 0.32 | 0.12 | 75 | 0.55 | 0.74 |
| Hex | CF | E1 | 99 | 8 | 0 | 20 | C | 4B | 37 | 4A |
| Octal | 317 | 341 | 231 | 10 | 0 | 40 | 14 | 113 | 67 | 112 |
| Binary | 11001111 | 11100001 | 10011001 | 1000 | 0 | 100000 | 1100 | 1001011 | 110111 | 1001010 |
Color Harmonies of #CFE199
Complementary color
Monochromatic Colors of #CFE199
Black with #CFE199
Text Example
Text Example
White with #CFE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE199; }
p { color: rgb(207,225,153); }
H1.HeaderClassName
{
color: #CFE199;
}
.AnyTagClassName
{
color: #CFE199;
}
</style>
background-color css
<style>
a { background-color: #CFE199; }
a { background-color: rgb(207,225,153); }
div.DivClassName
{
background-color: #CFE199;
}
.BgClassName
{
background-color: #CFE199;
}
</style>
border-color css
<style>
span { border-color: #CFE199; }
span { border-color: rgb(207,225,153); }
td.TdClassName
{
border-color: #CFE199;
}
.TagClassName
{
border-color: #CFE199;
}
</style>