Shades of Reef #CCF49B
Tints of Reef #CCF49B
RGB
CMYK
RGB Variations
Color information
#CCF49B (or 0xCCF49B) is known color: Reef. HEX triplet: CC, F4 and 9B. RGB value is (204,244,155). Sum of RGB (Red+Green+Blue) = 204+244+155=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF49B is #330B64. Grayscale: #DEDEDE. Windows color (decimal): -3345253 or 10220748. OLE color: 10220748.
HSL color Cylindrical-coordinate representation of color #CCF49B: hue angle of 86.97º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF49B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 155 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.04 |
| HSL | 86.97º | 0.8% | 0.78% | - |
| HSV(B) | 86.97º | 0.36% | 0.96% | - |
| XYZ | 63.17 | 79.91 | 43.1 | - |
| YUV | 221.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 155 | 0.16 | 0 | 0.36 | 0.04 | 86.97 | 0.8 | 0.78 |
| Hex | CC | F4 | 9B | 10 | 0 | 24 | 4 | 57 | 50 | 4E |
| Octal | 314 | 364 | 233 | 20 | 0 | 44 | 4 | 127 | 120 | 116 |
| Binary | 11001100 | 11110100 | 10011011 | 10000 | 0 | 100100 | 100 | 1010111 | 1010000 | 1001110 |
Color Harmonies of #CCF49B
Complementary color
Monochromatic Colors of #CCF49B
Black with #CCF49B
Text Example
Text Example
White with #CCF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF49B; }
p { color: rgb(204,244,155); }
H1.HeaderClassName
{
color: #CCF49B;
}
.AnyTagClassName
{
color: #CCF49B;
}
</style>
background-color css
<style>
a { background-color: #CCF49B; }
a { background-color: rgb(204,244,155); }
div.DivClassName
{
background-color: #CCF49B;
}
.BgClassName
{
background-color: #CCF49B;
}
</style>
border-color css
<style>
span { border-color: #CCF49B; }
span { border-color: rgb(204,244,155); }
td.TdClassName
{
border-color: #CCF49B;
}
.TagClassName
{
border-color: #CCF49B;
}
</style>