Shades of Reef #CFF399
Tints of Reef #CFF399
RGB
CMYK
RGB Variations
Color information
#CFF399 (or 0xCFF399) is known color: Reef. HEX triplet: CF, F3 and 99. RGB value is (207,243,153). Sum of RGB (Red+Green+Blue) = 207+243+153=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF399 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF399 is #300C66. Grayscale: #DEDEDE. Windows color (decimal): -3148903 or 10089423. OLE color: 10089423.
HSL color Cylindrical-coordinate representation of color #CFF399: hue angle of 84º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFF399 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 153 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 84º | 0.79% | 0.78% | - |
| HSV(B) | 84º | 0.37% | 0.95% | - |
| XYZ | 63.53 | 79.67 | 42.17 | - |
| YUV | 221.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 153 | 0.15 | 0 | 0.37 | 0.05 | 84 | 0.79 | 0.78 |
| Hex | CF | F3 | 99 | F | 0 | 25 | 5 | 54 | 4F | 4E |
| Octal | 317 | 363 | 231 | 17 | 0 | 45 | 5 | 124 | 117 | 116 |
| Binary | 11001111 | 11110011 | 10011001 | 1111 | 0 | 100101 | 101 | 1010100 | 1001111 | 1001110 |
Color Harmonies of #CFF399
Complementary color
Monochromatic Colors of #CFF399
Black with #CFF399
Text Example
Text Example
White with #CFF399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF399; }
p { color: rgb(207,243,153); }
H1.HeaderClassName
{
color: #CFF399;
}
.AnyTagClassName
{
color: #CFF399;
}
</style>
background-color css
<style>
a { background-color: #CFF399; }
a { background-color: rgb(207,243,153); }
div.DivClassName
{
background-color: #CFF399;
}
.BgClassName
{
background-color: #CFF399;
}
</style>
border-color css
<style>
span { border-color: #CFF399; }
span { border-color: rgb(207,243,153); }
td.TdClassName
{
border-color: #CFF399;
}
.TagClassName
{
border-color: #CFF399;
}
</style>