Shades of Reef #CCF591
Tints of Reef #CCF591
RGB
CMYK
RGB Variations
Color information
#CCF591 (or 0xCCF591) is known color: Reef. HEX triplet: CC, F5 and 91. RGB value is (204,245,145). Sum of RGB (Red+Green+Blue) = 204+245+145=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF591 is #330A6E. Grayscale: #DDDDDD. Windows color (decimal): -3345007 or 9565644. OLE color: 9565644.
HSL color Cylindrical-coordinate representation of color #CCF591: hue angle of 84.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF591 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 145 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.04 |
| HSL | 84.6º | 0.83% | 0.76% | - |
| HSV(B) | 84.6º | 0.41% | 0.96% | - |
| XYZ | 62.67 | 80.19 | 38.96 | - |
| YUV | 221.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 145 | 0.17 | 0 | 0.41 | 0.04 | 84.6 | 0.83 | 0.76 |
| Hex | CC | F5 | 91 | 11 | 0 | 29 | 4 | 55 | 53 | 4C |
| Octal | 314 | 365 | 221 | 21 | 0 | 51 | 4 | 125 | 123 | 114 |
| Binary | 11001100 | 11110101 | 10010001 | 10001 | 0 | 101001 | 100 | 1010101 | 1010011 | 1001100 |
Color Harmonies of #CCF591
Complementary color
Monochromatic Colors of #CCF591
Black with #CCF591
Text Example
Text Example
White with #CCF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF591; }
p { color: rgb(204,245,145); }
H1.HeaderClassName
{
color: #CCF591;
}
.AnyTagClassName
{
color: #CCF591;
}
</style>
background-color css
<style>
a { background-color: #CCF591; }
a { background-color: rgb(204,245,145); }
div.DivClassName
{
background-color: #CCF591;
}
.BgClassName
{
background-color: #CCF591;
}
</style>
border-color css
<style>
span { border-color: #CCF591; }
span { border-color: rgb(204,245,145); }
td.TdClassName
{
border-color: #CCF591;
}
.TagClassName
{
border-color: #CCF591;
}
</style>