Shades of Reef #CCF091
Tints of Reef #CCF091
RGB
CMYK
RGB Variations
Color information
#CCF091 (or 0xCCF091) is known color: Reef. HEX triplet: CC, F0 and 91. RGB value is (204,240,145). Sum of RGB (Red+Green+Blue) = 204+240+145=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF091 is #330F6E. Grayscale: #DADADA. Windows color (decimal): -3346287 or 9564364. OLE color: 9564364.
HSL color Cylindrical-coordinate representation of color #CCF091: hue angle of 82.74º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF091 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 145 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.06 |
| HSL | 82.74º | 0.76% | 0.75% | - |
| HSV(B) | 82.74º | 0.4% | 0.94% | - |
| XYZ | 61.17 | 77.2 | 38.47 | - |
| YUV | 218.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 145 | 0.15 | 0 | 0.40 | 0.06 | 82.74 | 0.76 | 0.75 |
| Hex | CC | F0 | 91 | F | 0 | 28 | 6 | 53 | 4C | 4B |
| Octal | 314 | 360 | 221 | 17 | 0 | 50 | 6 | 123 | 114 | 113 |
| Binary | 11001100 | 11110000 | 10010001 | 1111 | 0 | 101000 | 110 | 1010011 | 1001100 | 1001011 |
Color Harmonies of #CCF091
Complementary color
Monochromatic Colors of #CCF091
Black with #CCF091
Text Example
Text Example
White with #CCF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF091; }
p { color: rgb(204,240,145); }
H1.HeaderClassName
{
color: #CCF091;
}
.AnyTagClassName
{
color: #CCF091;
}
</style>
background-color css
<style>
a { background-color: #CCF091; }
a { background-color: rgb(204,240,145); }
div.DivClassName
{
background-color: #CCF091;
}
.BgClassName
{
background-color: #CCF091;
}
</style>
border-color css
<style>
span { border-color: #CCF091; }
span { border-color: rgb(204,240,145); }
td.TdClassName
{
border-color: #CCF091;
}
.TagClassName
{
border-color: #CCF091;
}
</style>