Shades of Reef #CCF99C
Tints of Reef #CCF99C
RGB
CMYK
RGB Variations
Color information
#CCF99C (or 0xCCF99C) is known color: Reef. HEX triplet: CC, F9 and 9C. RGB value is (204,249,156). Sum of RGB (Red+Green+Blue) = 204+249+156=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF99C is #330663. Grayscale: #E1E1E1. Windows color (decimal): -3343972 or 10287564. OLE color: 10287564.
HSL color Cylindrical-coordinate representation of color #CCF99C: hue angle of 89.03º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF99C is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 156 | - |
CMYK | 0.18 | 0 | 0.37 | 0.02 |
HSL | 89.03º | 0.89% | 0.79% | - |
HSV(B) | 89.03º | 0.37% | 0.98% | - |
XYZ | 64.78 | 82.99 | 44.06 | - |
YUV | 224.94 | 89.09 | 113.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 156 | 0.18 | 0 | 0.37 | 0.02 | 89.03 | 0.89 | 0.79 |
Hex | CC | F9 | 9C | 12 | 0 | 25 | 2 | 59 | 59 | 4F |
Octal | 314 | 371 | 234 | 22 | 0 | 45 | 2 | 131 | 131 | 117 |
Binary | 11001100 | 11111001 | 10011100 | 10010 | 0 | 100101 | 10 | 1011001 | 1011001 | 1001111 |
Color Harmonies of #CCF99C
Complementary color
Monochromatic Colors of #CCF99C
Black with #CCF99C
Text Example
Text Example
White with #CCF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF99C; }
p { color: rgb(204,249,156); }
H1.HeaderClassName
{
color: #CCF99C;
}
.AnyTagClassName
{
color: #CCF99C;
}
</style>
background-color css
<style>
a { background-color: #CCF99C; }
a { background-color: rgb(204,249,156); }
div.DivClassName
{
background-color: #CCF99C;
}
.BgClassName
{
background-color: #CCF99C;
}
</style>
border-color css
<style>
span { border-color: #CCF99C; }
span { border-color: rgb(204,249,156); }
td.TdClassName
{
border-color: #CCF99C;
}
.TagClassName
{
border-color: #CCF99C;
}
</style>