Shades of Reef #CFF69B
Tints of Reef #CFF69B
RGB
CMYK
RGB Variations
Color information
#CFF69B (or 0xCFF69B) is known color: Reef. HEX triplet: CF, F6 and 9B. RGB value is (207,246,155). Sum of RGB (Red+Green+Blue) = 207+246+155=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF69B is #300964. Grayscale: #E0E0E0. Windows color (decimal): -3148133 or 10221263. OLE color: 10221263.
HSL color Cylindrical-coordinate representation of color #CFF69B: hue angle of 85.71º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFF69B is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 155 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.04 |
| HSL | 85.71º | 0.83% | 0.79% | - |
| HSV(B) | 85.71º | 0.37% | 0.96% | - |
| XYZ | 64.6 | 81.54 | 43.34 | - |
| YUV | 223.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 155 | 0.16 | 0 | 0.37 | 0.04 | 85.71 | 0.83 | 0.79 |
| Hex | CF | F6 | 9B | 10 | 0 | 25 | 4 | 56 | 53 | 4F |
| Octal | 317 | 366 | 233 | 20 | 0 | 45 | 4 | 126 | 123 | 117 |
| Binary | 11001111 | 11110110 | 10011011 | 10000 | 0 | 100101 | 100 | 1010110 | 1010011 | 1001111 |
Color Harmonies of #CFF69B
Complementary color
Monochromatic Colors of #CFF69B
Black with #CFF69B
Text Example
Text Example
White with #CFF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF69B; }
p { color: rgb(207,246,155); }
H1.HeaderClassName
{
color: #CFF69B;
}
.AnyTagClassName
{
color: #CFF69B;
}
</style>
background-color css
<style>
a { background-color: #CFF69B; }
a { background-color: rgb(207,246,155); }
div.DivClassName
{
background-color: #CFF69B;
}
.BgClassName
{
background-color: #CFF69B;
}
</style>
border-color css
<style>
span { border-color: #CFF69B; }
span { border-color: rgb(207,246,155); }
td.TdClassName
{
border-color: #CFF69B;
}
.TagClassName
{
border-color: #CFF69B;
}
</style>