Shades of Reef #CCFF9C
Tints of Reef #CCFF9C
RGB
CMYK
RGB Variations
Color information
#CCFF9C (or 0xCCFF9C) is known color: Reef. HEX triplet: CC, FF and 9C. RGB value is (204,255,156). Sum of RGB (Red+Green+Blue) = 204+255+156=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF9C is #330063. Grayscale: #E4E4E4. Windows color (decimal): -3342436 or 10289100. OLE color: 10289100.
HSL color Cylindrical-coordinate representation of color #CCFF9C: hue angle of 90.91º 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 #CCFF9C is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 156 | - |
| CMYK | 0.2 | 0 | 0.39 | 0 |
| HSL | 90.91º | 1% | 0.81% | - |
| HSV(B) | 90.91º | 0.39% | 1% | - |
| XYZ | 66.66 | 86.76 | 44.68 | - |
| YUV | 228.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 156 | 0.2 | 0 | 0.39 | 0 | 90.91 | 1 | 0.81 |
| Hex | CC | FF | 9C | 14 | 0 | 27 | 0 | 5B | 64 | 51 |
| Octal | 314 | 377 | 234 | 24 | 0 | 47 | 0 | 133 | 144 | 121 |
| Binary | 11001100 | 11111111 | 10011100 | 10100 | 0 | 100111 | 0 | 1011011 | 1100100 | 1010001 |
Color Harmonies of #CCFF9C
Complementary color
Monochromatic Colors of #CCFF9C
Black with #CCFF9C
Text Example
Text Example
White with #CCFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF9C; }
p { color: rgb(204,255,156); }
H1.HeaderClassName
{
color: #CCFF9C;
}
.AnyTagClassName
{
color: #CCFF9C;
}
</style>
background-color css
<style>
a { background-color: #CCFF9C; }
a { background-color: rgb(204,255,156); }
div.DivClassName
{
background-color: #CCFF9C;
}
.BgClassName
{
background-color: #CCFF9C;
}
</style>
border-color css
<style>
span { border-color: #CCFF9C; }
span { border-color: rgb(204,255,156); }
td.TdClassName
{
border-color: #CCFF9C;
}
.TagClassName
{
border-color: #CCFF9C;
}
</style>