Shades of Reef #CCF89B
Tints of Reef #CCF89B
RGB
CMYK
RGB Variations
Color information
#CCF89B (or 0xCCF89B) is known color: Reef. HEX triplet: CC, F8 and 9B. RGB value is (204,248,155). Sum of RGB (Red+Green+Blue) = 204+248+155=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF89B is #330764. Grayscale: #E0E0E0. Windows color (decimal): -3344229 or 10221772. OLE color: 10221772.
HSL color Cylindrical-coordinate representation of color #CCF89B: hue angle of 88.39º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF89B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 155 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.03 |
| HSL | 88.39º | 0.87% | 0.79% | - |
| HSV(B) | 88.39º | 0.38% | 0.97% | - |
| XYZ | 64.39 | 82.34 | 43.51 | - |
| YUV | 224.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 155 | 0.18 | 0 | 0.38 | 0.03 | 88.39 | 0.87 | 0.79 |
| Hex | CC | F8 | 9B | 12 | 0 | 26 | 3 | 58 | 57 | 4F |
| Octal | 314 | 370 | 233 | 22 | 0 | 46 | 3 | 130 | 127 | 117 |
| Binary | 11001100 | 11111000 | 10011011 | 10010 | 0 | 100110 | 11 | 1011000 | 1010111 | 1001111 |
Color Harmonies of #CCF89B
Complementary color
Monochromatic Colors of #CCF89B
Black with #CCF89B
Text Example
Text Example
White with #CCF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF89B; }
p { color: rgb(204,248,155); }
H1.HeaderClassName
{
color: #CCF89B;
}
.AnyTagClassName
{
color: #CCF89B;
}
</style>
background-color css
<style>
a { background-color: #CCF89B; }
a { background-color: rgb(204,248,155); }
div.DivClassName
{
background-color: #CCF89B;
}
.BgClassName
{
background-color: #CCF89B;
}
</style>
border-color css
<style>
span { border-color: #CCF89B; }
span { border-color: rgb(204,248,155); }
td.TdClassName
{
border-color: #CCF89B;
}
.TagClassName
{
border-color: #CCF89B;
}
</style>