Shades of Reef #CCFB8F
Tints of Reef #CCFB8F
RGB
CMYK
RGB Variations
Color information
#CCFB8F (or 0xCCFB8F) is known color: Reef. HEX triplet: CC, FB and 8F. RGB value is (204,251,143). Sum of RGB (Red+Green+Blue) = 204+251+143=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB8F is #330470. Grayscale: #E1E1E1. Windows color (decimal): -3343473 or 9436108. OLE color: 9436108.
HSL color Cylindrical-coordinate representation of color #CCFB8F: hue angle of 86.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCFB8F is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 143 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.02 |
| HSL | 86.11º | 0.93% | 0.77% | - |
| HSV(B) | 86.11º | 0.43% | 0.98% | - |
| XYZ | 64.36 | 83.81 | 38.77 | - |
| YUV | 224.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 143 | 0.19 | 0 | 0.43 | 0.02 | 86.11 | 0.93 | 0.77 |
| Hex | CC | FB | 8F | 13 | 0 | 2B | 2 | 56 | 5D | 4D |
| Octal | 314 | 373 | 217 | 23 | 0 | 53 | 2 | 126 | 135 | 115 |
| Binary | 11001100 | 11111011 | 10001111 | 10011 | 0 | 101011 | 10 | 1010110 | 1011101 | 1001101 |
Color Harmonies of #CCFB8F
Complementary color
Monochromatic Colors of #CCFB8F
Black with #CCFB8F
Text Example
Text Example
White with #CCFB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFB8F; }
p { color: rgb(204,251,143); }
H1.HeaderClassName
{
color: #CCFB8F;
}
.AnyTagClassName
{
color: #CCFB8F;
}
</style>
background-color css
<style>
a { background-color: #CCFB8F; }
a { background-color: rgb(204,251,143); }
div.DivClassName
{
background-color: #CCFB8F;
}
.BgClassName
{
background-color: #CCFB8F;
}
</style>
border-color css
<style>
span { border-color: #CCFB8F; }
span { border-color: rgb(204,251,143); }
td.TdClassName
{
border-color: #CCFB8F;
}
.TagClassName
{
border-color: #CCFB8F;
}
</style>