Shades of Sulu #CCF574
Tints of Sulu #CCF574
RGB
CMYK
RGB Variations
Color information
#CCF574 (or 0xCCF574) is known color: Sulu. HEX triplet: CC, F5 and 74. RGB value is (204,245,116). Sum of RGB (Red+Green+Blue) = 204+245+116=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF574 is #330A8B. Grayscale: #DADADA. Windows color (decimal): -3345036 or 7665100. OLE color: 7665100.
HSL color Cylindrical-coordinate representation of color #CCF574: hue angle of 79.07º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF574 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 116 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.04 |
| HSL | 79.07º | 0.87% | 0.71% | - |
| HSV(B) | 79.07º | 0.53% | 0.96% | - |
| XYZ | 60.71 | 79.4 | 28.65 | - |
| YUV | 218.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 116 | 0.17 | 0 | 0.53 | 0.04 | 79.07 | 0.87 | 0.71 |
| Hex | CC | F5 | 74 | 11 | 0 | 35 | 4 | 4F | 57 | 47 |
| Octal | 314 | 365 | 164 | 21 | 0 | 65 | 4 | 117 | 127 | 107 |
| Binary | 11001100 | 11110101 | 1110100 | 10001 | 0 | 110101 | 100 | 1001111 | 1010111 | 1000111 |
Color Harmonies of #CCF574
Complementary color
Monochromatic Colors of #CCF574
Black with #CCF574
Text Example
Text Example
White with #CCF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF574; }
p { color: rgb(204,245,116); }
H1.HeaderClassName
{
color: #CCF574;
}
.AnyTagClassName
{
color: #CCF574;
}
</style>
background-color css
<style>
a { background-color: #CCF574; }
a { background-color: rgb(204,245,116); }
div.DivClassName
{
background-color: #CCF574;
}
.BgClassName
{
background-color: #CCF574;
}
</style>
border-color css
<style>
span { border-color: #CCF574; }
span { border-color: rgb(204,245,116); }
td.TdClassName
{
border-color: #CCF574;
}
.TagClassName
{
border-color: #CCF574;
}
</style>