Shades of Reef #CFF396
Tints of Reef #CFF396
RGB
CMYK
RGB Variations
Color information
#CFF396 (or 0xCFF396) is known color: Reef. HEX triplet: CF, F3 and 96. RGB value is (207,243,150). Sum of RGB (Red+Green+Blue) = 207+243+150=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF396 is #300C69. Grayscale: #DDDDDD. Windows color (decimal): -3148906 or 9892815. OLE color: 9892815.
HSL color Cylindrical-coordinate representation of color #CFF396: hue angle of 83.23º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF396 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 150 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.05 |
| HSL | 83.23º | 0.79% | 0.77% | - |
| HSV(B) | 83.23º | 0.38% | 0.95% | - |
| XYZ | 63.29 | 79.57 | 40.88 | - |
| YUV | 221.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 150 | 0.15 | 0 | 0.38 | 0.05 | 83.23 | 0.79 | 0.77 |
| Hex | CF | F3 | 96 | F | 0 | 26 | 5 | 53 | 4F | 4D |
| Octal | 317 | 363 | 226 | 17 | 0 | 46 | 5 | 123 | 117 | 115 |
| Binary | 11001111 | 11110011 | 10010110 | 1111 | 0 | 100110 | 101 | 1010011 | 1001111 | 1001101 |
Color Harmonies of #CFF396
Complementary color
Monochromatic Colors of #CFF396
Black with #CFF396
Text Example
Text Example
White with #CFF396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF396; }
p { color: rgb(207,243,150); }
H1.HeaderClassName
{
color: #CFF396;
}
.AnyTagClassName
{
color: #CFF396;
}
</style>
background-color css
<style>
a { background-color: #CFF396; }
a { background-color: rgb(207,243,150); }
div.DivClassName
{
background-color: #CFF396;
}
.BgClassName
{
background-color: #CFF396;
}
</style>
border-color css
<style>
span { border-color: #CFF396; }
span { border-color: rgb(207,243,150); }
td.TdClassName
{
border-color: #CFF396;
}
.TagClassName
{
border-color: #CFF396;
}
</style>