Shades of Reef #CCF290
Tints of Reef #CCF290
RGB
CMYK
RGB Variations
Color information
#CCF290 (or 0xCCF290) is known color: Reef. HEX triplet: CC, F2 and 90. RGB value is (204,242,144). Sum of RGB (Red+Green+Blue) = 204+242+144=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF290 is #330D6F. Grayscale: #DBDBDB. Windows color (decimal): -3345776 or 9499340. OLE color: 9499340.
HSL color Cylindrical-coordinate representation of color #CCF290: hue angle of 83.27º degrees, saturation: 0.79, 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 #CCF290 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 144 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.05 |
| HSL | 83.27º | 0.79% | 0.76% | - |
| HSV(B) | 83.27º | 0.4% | 0.95% | - |
| XYZ | 61.69 | 78.36 | 38.26 | - |
| YUV | 219.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 144 | 0.16 | 0 | 0.40 | 0.05 | 83.27 | 0.79 | 0.76 |
| Hex | CC | F2 | 90 | 10 | 0 | 28 | 5 | 53 | 4F | 4C |
| Octal | 314 | 362 | 220 | 20 | 0 | 50 | 5 | 123 | 117 | 114 |
| Binary | 11001100 | 11110010 | 10010000 | 10000 | 0 | 101000 | 101 | 1010011 | 1001111 | 1001100 |
Color Harmonies of #CCF290
Complementary color
Monochromatic Colors of #CCF290
Black with #CCF290
Text Example
Text Example
White with #CCF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF290; }
p { color: rgb(204,242,144); }
H1.HeaderClassName
{
color: #CCF290;
}
.AnyTagClassName
{
color: #CCF290;
}
</style>
background-color css
<style>
a { background-color: #CCF290; }
a { background-color: rgb(204,242,144); }
div.DivClassName
{
background-color: #CCF290;
}
.BgClassName
{
background-color: #CCF290;
}
</style>
border-color css
<style>
span { border-color: #CCF290; }
span { border-color: rgb(204,242,144); }
td.TdClassName
{
border-color: #CCF290;
}
.TagClassName
{
border-color: #CCF290;
}
</style>