Shades of Reef #CCF09D
Tints of Reef #CCF09D
RGB
CMYK
RGB Variations
Color information
#CCF09D (or 0xCCF09D) is known color: Reef. HEX triplet: CC, F0 and 9D. RGB value is (204,240,157). Sum of RGB (Red+Green+Blue) = 204+240+157=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF09D is #330F62. Grayscale: #DCDCDC. Windows color (decimal): -3346275 or 10350796. OLE color: 10350796.
HSL color Cylindrical-coordinate representation of color #CCF09D: hue angle of 86.02º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCF09D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 157 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.06 |
| HSL | 86.02º | 0.73% | 0.78% | - |
| HSV(B) | 86.02º | 0.35% | 0.94% | - |
| XYZ | 62.15 | 77.59 | 43.6 | - |
| YUV | 219.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 157 | 0.15 | 0 | 0.35 | 0.06 | 86.02 | 0.73 | 0.78 |
| Hex | CC | F0 | 9D | F | 0 | 23 | 6 | 56 | 49 | 4E |
| Octal | 314 | 360 | 235 | 17 | 0 | 43 | 6 | 126 | 111 | 116 |
| Binary | 11001100 | 11110000 | 10011101 | 1111 | 0 | 100011 | 110 | 1010110 | 1001001 | 1001110 |
Color Harmonies of #CCF09D
Complementary color
Monochromatic Colors of #CCF09D
Black with #CCF09D
Text Example
Text Example
White with #CCF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF09D; }
p { color: rgb(204,240,157); }
H1.HeaderClassName
{
color: #CCF09D;
}
.AnyTagClassName
{
color: #CCF09D;
}
</style>
background-color css
<style>
a { background-color: #CCF09D; }
a { background-color: rgb(204,240,157); }
div.DivClassName
{
background-color: #CCF09D;
}
.BgClassName
{
background-color: #CCF09D;
}
</style>
border-color css
<style>
span { border-color: #CCF09D; }
span { border-color: rgb(204,240,157); }
td.TdClassName
{
border-color: #CCF09D;
}
.TagClassName
{
border-color: #CCF09D;
}
</style>