Shades of Reef #CFFF9A
Tints of Reef #CFFF9A
RGB
CMYK
RGB Variations
Color information
#CFFF9A (or 0xCFFF9A) is known color: Reef. HEX triplet: CF, FF and 9A. RGB value is (207,255,154). Sum of RGB (Red+Green+Blue) = 207+255+154=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF9A is #300065. Grayscale: #E5E5E5. Windows color (decimal): -3145830 or 10158031. OLE color: 10158031.
HSL color Cylindrical-coordinate representation of color #CFFF9A: hue angle of 88.51º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFF9A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 154 | - |
| CMYK | 0.19 | 0 | 0.40 | 0 |
| HSL | 88.51º | 1% | 0.8% | - |
| HSV(B) | 88.51º | 0.4% | 1% | - |
| XYZ | 67.32 | 87.12 | 43.84 | - |
| YUV | 229.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 154 | 0.19 | 0 | 0.40 | 0 | 88.51 | 1 | 0.8 |
| Hex | CF | FF | 9A | 13 | 0 | 28 | 0 | 59 | 64 | 50 |
| Octal | 317 | 377 | 232 | 23 | 0 | 50 | 0 | 131 | 144 | 120 |
| Binary | 11001111 | 11111111 | 10011010 | 10011 | 0 | 101000 | 0 | 1011001 | 1100100 | 1010000 |
Color Harmonies of #CFFF9A
Complementary color
Monochromatic Colors of #CFFF9A
Black with #CFFF9A
Text Example
Text Example
White with #CFFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF9A; }
p { color: rgb(207,255,154); }
H1.HeaderClassName
{
color: #CFFF9A;
}
.AnyTagClassName
{
color: #CFFF9A;
}
</style>
background-color css
<style>
a { background-color: #CFFF9A; }
a { background-color: rgb(207,255,154); }
div.DivClassName
{
background-color: #CFFF9A;
}
.BgClassName
{
background-color: #CFFF9A;
}
</style>
border-color css
<style>
span { border-color: #CFFF9A; }
span { border-color: rgb(207,255,154); }
td.TdClassName
{
border-color: #CFFF9A;
}
.TagClassName
{
border-color: #CFFF9A;
}
</style>