Shades of Reef #CCFF97
Tints of Reef #CCFF97
RGB
CMYK
RGB Variations
Color information
#CCFF97 (or 0xCCFF97) is known color: Reef. HEX triplet: CC, FF and 97. RGB value is (204,255,151). Sum of RGB (Red+Green+Blue) = 204+255+151=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF97 is #330068. Grayscale: #E4E4E4. Windows color (decimal): -3342441 or 9961420. OLE color: 9961420.
HSL color Cylindrical-coordinate representation of color #CCFF97: hue angle of 89.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCFF97 is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 151 | - |
| CMYK | 0.2 | 0 | 0.41 | 0 |
| HSL | 89.42º | 1% | 0.8% | - |
| HSV(B) | 89.42º | 0.41% | 1% | - |
| XYZ | 66.25 | 86.59 | 42.5 | - |
| YUV | 227.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 151 | 0.2 | 0 | 0.41 | 0 | 89.42 | 1 | 0.8 |
| Hex | CC | FF | 97 | 14 | 0 | 29 | 0 | 59 | 64 | 50 |
| Octal | 314 | 377 | 227 | 24 | 0 | 51 | 0 | 131 | 144 | 120 |
| Binary | 11001100 | 11111111 | 10010111 | 10100 | 0 | 101001 | 0 | 1011001 | 1100100 | 1010000 |
Color Harmonies of #CCFF97
Complementary color
Monochromatic Colors of #CCFF97
Black with #CCFF97
Text Example
Text Example
White with #CCFF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF97; }
p { color: rgb(204,255,151); }
H1.HeaderClassName
{
color: #CCFF97;
}
.AnyTagClassName
{
color: #CCFF97;
}
</style>
background-color css
<style>
a { background-color: #CCFF97; }
a { background-color: rgb(204,255,151); }
div.DivClassName
{
background-color: #CCFF97;
}
.BgClassName
{
background-color: #CCFF97;
}
</style>
border-color css
<style>
span { border-color: #CCFF97; }
span { border-color: rgb(204,255,151); }
td.TdClassName
{
border-color: #CCFF97;
}
.TagClassName
{
border-color: #CCFF97;
}
</style>