Shades of Reef #CFE399
Tints of Reef #CFE399
RGB
CMYK
RGB Variations
Color information
#CFE399 (or 0xCFE399) is known color: Reef. HEX triplet: CF, E3 and 99. RGB value is (207,227,153). Sum of RGB (Red+Green+Blue) = 207+227+153=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE399 is #301C66. Grayscale: #D4D4D4. Windows color (decimal): -3152999 or 10085327. OLE color: 10085327.
HSL color Cylindrical-coordinate representation of color #CFE399: hue angle of 76.22º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE399 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 153 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.11 |
| HSL | 76.22º | 0.57% | 0.75% | - |
| HSV(B) | 76.22º | 0.33% | 0.89% | - |
| XYZ | 58.95 | 70.5 | 40.64 | - |
| YUV | 212.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 153 | 0.09 | 0 | 0.33 | 0.11 | 76.22 | 0.57 | 0.75 |
| Hex | CF | E3 | 99 | 9 | 0 | 21 | B | 4C | 39 | 4B |
| Octal | 317 | 343 | 231 | 11 | 0 | 41 | 13 | 114 | 71 | 113 |
| Binary | 11001111 | 11100011 | 10011001 | 1001 | 0 | 100001 | 1011 | 1001100 | 111001 | 1001011 |
Color Harmonies of #CFE399
Complementary color
Monochromatic Colors of #CFE399
Black with #CFE399
Text Example
Text Example
White with #CFE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE399; }
p { color: rgb(207,227,153); }
H1.HeaderClassName
{
color: #CFE399;
}
.AnyTagClassName
{
color: #CFE399;
}
</style>
background-color css
<style>
a { background-color: #CFE399; }
a { background-color: rgb(207,227,153); }
div.DivClassName
{
background-color: #CFE399;
}
.BgClassName
{
background-color: #CFE399;
}
</style>
border-color css
<style>
span { border-color: #CFE399; }
span { border-color: rgb(207,227,153); }
td.TdClassName
{
border-color: #CFE399;
}
.TagClassName
{
border-color: #CFE399;
}
</style>