Shades of Reef #CCF19D
Tints of Reef #CCF19D
RGB
CMYK
RGB Variations
Color information
#CCF19D (or 0xCCF19D) is known color: Reef. HEX triplet: CC, F1 and 9D. RGB value is (204,241,157). Sum of RGB (Red+Green+Blue) = 204+241+157=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF19D is #330E62. Grayscale: #DCDCDC. Windows color (decimal): -3346019 or 10351052. OLE color: 10351052.
HSL color Cylindrical-coordinate representation of color #CCF19D: hue angle of 86.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCF19D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 157 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.05 |
| HSL | 86.43º | 0.75% | 0.78% | - |
| HSV(B) | 86.43º | 0.35% | 0.95% | - |
| XYZ | 62.44 | 78.18 | 43.7 | - |
| YUV | 220.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 157 | 0.15 | 0 | 0.35 | 0.05 | 86.43 | 0.75 | 0.78 |
| Hex | CC | F1 | 9D | F | 0 | 23 | 5 | 56 | 4B | 4E |
| Octal | 314 | 361 | 235 | 17 | 0 | 43 | 5 | 126 | 113 | 116 |
| Binary | 11001100 | 11110001 | 10011101 | 1111 | 0 | 100011 | 101 | 1010110 | 1001011 | 1001110 |
Color Harmonies of #CCF19D
Complementary color
Monochromatic Colors of #CCF19D
Black with #CCF19D
Text Example
Text Example
White with #CCF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF19D; }
p { color: rgb(204,241,157); }
H1.HeaderClassName
{
color: #CCF19D;
}
.AnyTagClassName
{
color: #CCF19D;
}
</style>
background-color css
<style>
a { background-color: #CCF19D; }
a { background-color: rgb(204,241,157); }
div.DivClassName
{
background-color: #CCF19D;
}
.BgClassName
{
background-color: #CCF19D;
}
</style>
border-color css
<style>
span { border-color: #CCF19D; }
span { border-color: rgb(204,241,157); }
td.TdClassName
{
border-color: #CCF19D;
}
.TagClassName
{
border-color: #CCF19D;
}
</style>