Shades of Sulu #CCF376
Tints of Sulu #CCF376
RGB
CMYK
RGB Variations
Color information
#CCF376 (or 0xCCF376) is known color: Sulu. HEX triplet: CC, F3 and 76. RGB value is (204,243,118). Sum of RGB (Red+Green+Blue) = 204+243+118=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF376 is #330C89. Grayscale: #D9D9D9. Windows color (decimal): -3345546 or 7795660. OLE color: 7795660.
HSL color Cylindrical-coordinate representation of color #CCF376: hue angle of 78.72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCF376 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 118 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.05 |
| HSL | 78.72º | 0.84% | 0.71% | - |
| HSV(B) | 78.72º | 0.51% | 0.95% | - |
| XYZ | 60.22 | 78.25 | 29.07 | - |
| YUV | 217.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 118 | 0.16 | 0 | 0.51 | 0.05 | 78.72 | 0.84 | 0.71 |
| Hex | CC | F3 | 76 | 10 | 0 | 33 | 5 | 4F | 54 | 47 |
| Octal | 314 | 363 | 166 | 20 | 0 | 63 | 5 | 117 | 124 | 107 |
| Binary | 11001100 | 11110011 | 1110110 | 10000 | 0 | 110011 | 101 | 1001111 | 1010100 | 1000111 |
Color Harmonies of #CCF376
Complementary color
Monochromatic Colors of #CCF376
Black with #CCF376
Text Example
Text Example
White with #CCF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF376; }
p { color: rgb(204,243,118); }
H1.HeaderClassName
{
color: #CCF376;
}
.AnyTagClassName
{
color: #CCF376;
}
</style>
background-color css
<style>
a { background-color: #CCF376; }
a { background-color: rgb(204,243,118); }
div.DivClassName
{
background-color: #CCF376;
}
.BgClassName
{
background-color: #CCF376;
}
</style>
border-color css
<style>
span { border-color: #CCF376; }
span { border-color: rgb(204,243,118); }
td.TdClassName
{
border-color: #CCF376;
}
.TagClassName
{
border-color: #CCF376;
}
</style>