Shades of Reef #CCFF98
Tints of Reef #CCFF98
RGB
CMYK
RGB Variations
Color information
#CCFF98 (or 0xCCFF98) is known color: Reef. HEX triplet: CC, FF and 98. RGB value is (204,255,152). Sum of RGB (Red+Green+Blue) = 204+255+152=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF98 is #330067. Grayscale: #E4E4E4. Windows color (decimal): -3342440 or 10026956. OLE color: 10026956.
HSL color Cylindrical-coordinate representation of color #CCFF98: hue angle of 89.71º 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 #CCFF98 is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 152 | - |
CMYK | 0.2 | 0 | 0.40 | 0 |
HSL | 89.71º | 1% | 0.8% | - |
HSV(B) | 89.71º | 0.4% | 1% | - |
XYZ | 66.33 | 86.62 | 42.93 | - |
YUV | 228.01 | 85.1 | 110.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 152 | 0.2 | 0 | 0.40 | 0 | 89.71 | 1 | 0.8 |
Hex | CC | FF | 98 | 14 | 0 | 28 | 0 | 5A | 64 | 50 |
Octal | 314 | 377 | 230 | 24 | 0 | 50 | 0 | 132 | 144 | 120 |
Binary | 11001100 | 11111111 | 10011000 | 10100 | 0 | 101000 | 0 | 1011010 | 1100100 | 1010000 |
Color Harmonies of #CCFF98
Complementary color
Monochromatic Colors of #CCFF98
Black with #CCFF98
Text Example
Text Example
White with #CCFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF98; }
p { color: rgb(204,255,152); }
H1.HeaderClassName
{
color: #CCFF98;
}
.AnyTagClassName
{
color: #CCFF98;
}
</style>
background-color css
<style>
a { background-color: #CCFF98; }
a { background-color: rgb(204,255,152); }
div.DivClassName
{
background-color: #CCFF98;
}
.BgClassName
{
background-color: #CCFF98;
}
</style>
border-color css
<style>
span { border-color: #CCFF98; }
span { border-color: rgb(204,255,152); }
td.TdClassName
{
border-color: #CCFF98;
}
.TagClassName
{
border-color: #CCFF98;
}
</style>