Shades of Sulu #CCF375
Tints of Sulu #CCF375
RGB
CMYK
RGB Variations
Color information
#CCF375 (or 0xCCF375) is known color: Sulu. HEX triplet: CC, F3 and 75. RGB value is (204,243,117). Sum of RGB (Red+Green+Blue) = 204+243+117=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF375 is #330C8A. Grayscale: #D9D9D9. Windows color (decimal): -3345547 or 7730124. OLE color: 7730124.
HSL color Cylindrical-coordinate representation of color #CCF375: hue angle of 78.57º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF375 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 117 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.05 |
| HSL | 78.57º | 0.84% | 0.71% | - |
| HSV(B) | 78.57º | 0.52% | 0.95% | - |
| XYZ | 60.16 | 78.22 | 28.76 | - |
| YUV | 216.98 | 71.58 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 117 | 0.16 | 0 | 0.52 | 0.05 | 78.57 | 0.84 | 0.71 |
| Hex | CC | F3 | 75 | 10 | 0 | 34 | 5 | 4F | 54 | 47 |
| Octal | 314 | 363 | 165 | 20 | 0 | 64 | 5 | 117 | 124 | 107 |
| Binary | 11001100 | 11110011 | 1110101 | 10000 | 0 | 110100 | 101 | 1001111 | 1010100 | 1000111 |
Color Harmonies of #CCF375
Complementary color
Monochromatic Colors of #CCF375
Black with #CCF375
Text Example
Text Example
White with #CCF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF375; }
p { color: rgb(204,243,117); }
H1.HeaderClassName
{
color: #CCF375;
}
.AnyTagClassName
{
color: #CCF375;
}
</style>
background-color css
<style>
a { background-color: #CCF375; }
a { background-color: rgb(204,243,117); }
div.DivClassName
{
background-color: #CCF375;
}
.BgClassName
{
background-color: #CCF375;
}
</style>
border-color css
<style>
span { border-color: #CCF375; }
span { border-color: rgb(204,243,117); }
td.TdClassName
{
border-color: #CCF375;
}
.TagClassName
{
border-color: #CCF375;
}
</style>