Shades of Reef #CCF391
Tints of Reef #CCF391
RGB
CMYK
RGB Variations
Color information
#CCF391 (or 0xCCF391) is known color: Reef. HEX triplet: CC, F3 and 91. RGB value is (204,243,145). Sum of RGB (Red+Green+Blue) = 204+243+145=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF391 is #330C6E. Grayscale: #DCDCDC. Windows color (decimal): -3345519 or 9565132. OLE color: 9565132.
HSL color Cylindrical-coordinate representation of color #CCF391: hue angle of 83.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF391 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 145 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.05 |
| HSL | 83.88º | 0.8% | 0.76% | - |
| HSV(B) | 83.88º | 0.4% | 0.95% | - |
| XYZ | 62.06 | 78.98 | 38.76 | - |
| YUV | 220.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 145 | 0.16 | 0 | 0.40 | 0.05 | 83.88 | 0.8 | 0.76 |
| Hex | CC | F3 | 91 | 10 | 0 | 28 | 5 | 54 | 50 | 4C |
| Octal | 314 | 363 | 221 | 20 | 0 | 50 | 5 | 124 | 120 | 114 |
| Binary | 11001100 | 11110011 | 10010001 | 10000 | 0 | 101000 | 101 | 1010100 | 1010000 | 1001100 |
Color Harmonies of #CCF391
Complementary color
Monochromatic Colors of #CCF391
Black with #CCF391
Text Example
Text Example
White with #CCF391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF391; }
p { color: rgb(204,243,145); }
H1.HeaderClassName
{
color: #CCF391;
}
.AnyTagClassName
{
color: #CCF391;
}
</style>
background-color css
<style>
a { background-color: #CCF391; }
a { background-color: rgb(204,243,145); }
div.DivClassName
{
background-color: #CCF391;
}
.BgClassName
{
background-color: #CCF391;
}
</style>
border-color css
<style>
span { border-color: #CCF391; }
span { border-color: rgb(204,243,145); }
td.TdClassName
{
border-color: #CCF391;
}
.TagClassName
{
border-color: #CCF391;
}
</style>