Shades of Reef #CFFC9A
Tints of Reef #CFFC9A
RGB
CMYK
RGB Variations
Color information
#CFFC9A (or 0xCFFC9A) is known color: Reef. HEX triplet: CF, FC and 9A. RGB value is (207,252,154). Sum of RGB (Red+Green+Blue) = 207+252+154=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC9A is #300365. Grayscale: #E3E3E3. Windows color (decimal): -3146598 or 10157263. OLE color: 10157263.
HSL color Cylindrical-coordinate representation of color #CFFC9A: hue angle of 87.55º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFFC9A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 154 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.01 |
| HSL | 87.55º | 0.94% | 0.8% | - |
| HSV(B) | 87.55º | 0.39% | 0.99% | - |
| XYZ | 66.38 | 85.22 | 43.52 | - |
| YUV | 227.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 154 | 0.18 | 0 | 0.39 | 0.01 | 87.55 | 0.94 | 0.8 |
| Hex | CF | FC | 9A | 12 | 0 | 27 | 1 | 58 | 5E | 50 |
| Octal | 317 | 374 | 232 | 22 | 0 | 47 | 1 | 130 | 136 | 120 |
| Binary | 11001111 | 11111100 | 10011010 | 10010 | 0 | 100111 | 1 | 1011000 | 1011110 | 1010000 |
Color Harmonies of #CFFC9A
Complementary color
Monochromatic Colors of #CFFC9A
Black with #CFFC9A
Text Example
Text Example
White with #CFFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC9A; }
p { color: rgb(207,252,154); }
H1.HeaderClassName
{
color: #CFFC9A;
}
.AnyTagClassName
{
color: #CFFC9A;
}
</style>
background-color css
<style>
a { background-color: #CFFC9A; }
a { background-color: rgb(207,252,154); }
div.DivClassName
{
background-color: #CFFC9A;
}
.BgClassName
{
background-color: #CFFC9A;
}
</style>
border-color css
<style>
span { border-color: #CFFC9A; }
span { border-color: rgb(207,252,154); }
td.TdClassName
{
border-color: #CFFC9A;
}
.TagClassName
{
border-color: #CFFC9A;
}
</style>