Shades of Reef #CFEE9C
Tints of Reef #CFEE9C
RGB
CMYK
RGB Variations
Color information
#CFEE9C (or 0xCFEE9C) is known color: Reef. HEX triplet: CF, EE and 9C. RGB value is (207,238,156). Sum of RGB (Red+Green+Blue) = 207+238+156=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE9C is #301163. Grayscale: #DBDBDB. Windows color (decimal): -3150180 or 10284751. OLE color: 10284751.
HSL color Cylindrical-coordinate representation of color #CFEE9C: hue angle of 82.68º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEE9C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 156 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.07 |
| HSL | 82.68º | 0.71% | 0.77% | - |
| HSV(B) | 82.68º | 0.34% | 0.93% | - |
| XYZ | 62.31 | 76.81 | 43 | - |
| YUV | 219.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 156 | 0.13 | 0 | 0.34 | 0.07 | 82.68 | 0.71 | 0.77 |
| Hex | CF | EE | 9C | D | 0 | 22 | 7 | 53 | 47 | 4D |
| Octal | 317 | 356 | 234 | 15 | 0 | 42 | 7 | 123 | 107 | 115 |
| Binary | 11001111 | 11101110 | 10011100 | 1101 | 0 | 100010 | 111 | 1010011 | 1000111 | 1001101 |
Color Harmonies of #CFEE9C
Complementary color
Monochromatic Colors of #CFEE9C
Black with #CFEE9C
Text Example
Text Example
White with #CFEE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE9C; }
p { color: rgb(207,238,156); }
H1.HeaderClassName
{
color: #CFEE9C;
}
.AnyTagClassName
{
color: #CFEE9C;
}
</style>
background-color css
<style>
a { background-color: #CFEE9C; }
a { background-color: rgb(207,238,156); }
div.DivClassName
{
background-color: #CFEE9C;
}
.BgClassName
{
background-color: #CFEE9C;
}
</style>
border-color css
<style>
span { border-color: #CFEE9C; }
span { border-color: rgb(207,238,156); }
td.TdClassName
{
border-color: #CFEE9C;
}
.TagClassName
{
border-color: #CFEE9C;
}
</style>