Shades of Reef #CCFF96
Tints of Reef #CCFF96
RGB
CMYK
RGB Variations
Color information
#CCFF96 (or 0xCCFF96) is known color: Reef. HEX triplet: CC, FF and 96. RGB value is (204,255,150). Sum of RGB (Red+Green+Blue) = 204+255+150=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF96 is #330069. Grayscale: #E4E4E4. Windows color (decimal): -3342442 or 9895884. OLE color: 9895884.
HSL color Cylindrical-coordinate representation of color #CCFF96: hue angle of 89.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCFF96 is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 150 | - |
| CMYK | 0.2 | 0 | 0.41 | 0 |
| HSL | 89.14º | 1% | 0.79% | - |
| HSV(B) | 89.14º | 0.41% | 1% | - |
| XYZ | 66.17 | 86.56 | 42.07 | - |
| YUV | 227.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 150 | 0.2 | 0 | 0.41 | 0 | 89.14 | 1 | 0.79 |
| Hex | CC | FF | 96 | 14 | 0 | 29 | 0 | 59 | 64 | 4F |
| Octal | 314 | 377 | 226 | 24 | 0 | 51 | 0 | 131 | 144 | 117 |
| Binary | 11001100 | 11111111 | 10010110 | 10100 | 0 | 101001 | 0 | 1011001 | 1100100 | 1001111 |
Color Harmonies of #CCFF96
Complementary color
Monochromatic Colors of #CCFF96
Black with #CCFF96
Text Example
Text Example
White with #CCFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF96; }
p { color: rgb(204,255,150); }
H1.HeaderClassName
{
color: #CCFF96;
}
.AnyTagClassName
{
color: #CCFF96;
}
</style>
background-color css
<style>
a { background-color: #CCFF96; }
a { background-color: rgb(204,255,150); }
div.DivClassName
{
background-color: #CCFF96;
}
.BgClassName
{
background-color: #CCFF96;
}
</style>
border-color css
<style>
span { border-color: #CCFF96; }
span { border-color: rgb(204,255,150); }
td.TdClassName
{
border-color: #CCFF96;
}
.TagClassName
{
border-color: #CCFF96;
}
</style>