Shades of Reef #CFFF9C
Tints of Reef #CFFF9C
RGB
CMYK
RGB Variations
Color information
#CFFF9C (or 0xCFFF9C) is known color: Reef. HEX triplet: CF, FF and 9C. RGB value is (207,255,156). Sum of RGB (Red+Green+Blue) = 207+255+156=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF9C is #300063. Grayscale: #E5E5E5. Windows color (decimal): -3145828 or 10289103. OLE color: 10289103.
HSL color Cylindrical-coordinate representation of color #CFFF9C: hue angle of 89.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFFF9C is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 156 | - |
| CMYK | 0.19 | 0 | 0.39 | 0 |
| HSL | 89.09º | 1% | 0.81% | - |
| HSV(B) | 89.09º | 0.39% | 1% | - |
| XYZ | 67.49 | 87.19 | 44.72 | - |
| YUV | 229.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 156 | 0.19 | 0 | 0.39 | 0 | 89.09 | 1 | 0.81 |
| Hex | CF | FF | 9C | 13 | 0 | 27 | 0 | 59 | 64 | 51 |
| Octal | 317 | 377 | 234 | 23 | 0 | 47 | 0 | 131 | 144 | 121 |
| Binary | 11001111 | 11111111 | 10011100 | 10011 | 0 | 100111 | 0 | 1011001 | 1100100 | 1010001 |
Color Harmonies of #CFFF9C
Complementary color
Monochromatic Colors of #CFFF9C
Black with #CFFF9C
Text Example
Text Example
White with #CFFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF9C; }
p { color: rgb(207,255,156); }
H1.HeaderClassName
{
color: #CFFF9C;
}
.AnyTagClassName
{
color: #CFFF9C;
}
</style>
background-color css
<style>
a { background-color: #CFFF9C; }
a { background-color: rgb(207,255,156); }
div.DivClassName
{
background-color: #CFFF9C;
}
.BgClassName
{
background-color: #CFFF9C;
}
</style>
border-color css
<style>
span { border-color: #CFFF9C; }
span { border-color: rgb(207,255,156); }
td.TdClassName
{
border-color: #CFFF9C;
}
.TagClassName
{
border-color: #CFFF9C;
}
</style>