Shades of Reef #CCF19B
Tints of Reef #CCF19B
RGB
CMYK
RGB Variations
Color information
#CCF19B (or 0xCCF19B) is known color: Reef. HEX triplet: CC, F1 and 9B. RGB value is (204,241,155). Sum of RGB (Red+Green+Blue) = 204+241+155=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF19B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF19B is #330E64. Grayscale: #DCDCDC. Windows color (decimal): -3346021 or 10219980. OLE color: 10219980.
HSL color Cylindrical-coordinate representation of color #CCF19B: hue angle of 85.81º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF19B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 155 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.05 |
| HSL | 85.81º | 0.75% | 0.78% | - |
| HSV(B) | 85.81º | 0.36% | 0.95% | - |
| XYZ | 62.27 | 78.11 | 42.81 | - |
| YUV | 220.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 155 | 0.15 | 0 | 0.36 | 0.05 | 85.81 | 0.75 | 0.78 |
| Hex | CC | F1 | 9B | F | 0 | 24 | 5 | 56 | 4B | 4E |
| Octal | 314 | 361 | 233 | 17 | 0 | 44 | 5 | 126 | 113 | 116 |
| Binary | 11001100 | 11110001 | 10011011 | 1111 | 0 | 100100 | 101 | 1010110 | 1001011 | 1001110 |
Color Harmonies of #CCF19B
Complementary color
Monochromatic Colors of #CCF19B
Black with #CCF19B
Text Example
Text Example
White with #CCF19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF19B; }
p { color: rgb(204,241,155); }
H1.HeaderClassName
{
color: #CCF19B;
}
.AnyTagClassName
{
color: #CCF19B;
}
</style>
background-color css
<style>
a { background-color: #CCF19B; }
a { background-color: rgb(204,241,155); }
div.DivClassName
{
background-color: #CCF19B;
}
.BgClassName
{
background-color: #CCF19B;
}
</style>
border-color css
<style>
span { border-color: #CCF19B; }
span { border-color: rgb(204,241,155); }
td.TdClassName
{
border-color: #CCF19B;
}
.TagClassName
{
border-color: #CCF19B;
}
</style>