Shades of Sulu #CCF372
Tints of Sulu #CCF372
RGB
CMYK
RGB Variations
Color information
#CCF372 (or 0xCCF372) is known color: Sulu. HEX triplet: CC, F3 and 72. RGB value is (204,243,114). Sum of RGB (Red+Green+Blue) = 204+243+114=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF372 is #330C8D. Grayscale: #D9D9D9. Windows color (decimal): -3345550 or 7533516. OLE color: 7533516.
HSL color Cylindrical-coordinate representation of color #CCF372: hue angle of 78.14º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF372 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 114 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.05 |
| HSL | 78.14º | 0.84% | 0.7% | - |
| HSV(B) | 78.14º | 0.53% | 0.95% | - |
| XYZ | 59.99 | 78.15 | 27.84 | - |
| YUV | 216.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 114 | 0.16 | 0 | 0.53 | 0.05 | 78.14 | 0.84 | 0.7 |
| Hex | CC | F3 | 72 | 10 | 0 | 35 | 5 | 4E | 54 | 46 |
| Octal | 314 | 363 | 162 | 20 | 0 | 65 | 5 | 116 | 124 | 106 |
| Binary | 11001100 | 11110011 | 1110010 | 10000 | 0 | 110101 | 101 | 1001110 | 1010100 | 1000110 |
Color Harmonies of #CCF372
Complementary color
Monochromatic Colors of #CCF372
Black with #CCF372
Text Example
Text Example
White with #CCF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF372; }
p { color: rgb(204,243,114); }
H1.HeaderClassName
{
color: #CCF372;
}
.AnyTagClassName
{
color: #CCF372;
}
</style>
background-color css
<style>
a { background-color: #CCF372; }
a { background-color: rgb(204,243,114); }
div.DivClassName
{
background-color: #CCF372;
}
.BgClassName
{
background-color: #CCF372;
}
</style>
border-color css
<style>
span { border-color: #CCF372; }
span { border-color: rgb(204,243,114); }
td.TdClassName
{
border-color: #CCF372;
}
.TagClassName
{
border-color: #CCF372;
}
</style>