Shades of Sulu #CCF785
Tints of Sulu #CCF785
RGB
CMYK
RGB Variations
Color information
#CCF785 (or 0xCCF785) is known color: Sulu. HEX triplet: CC, F7 and 85. RGB value is (204,247,133). Sum of RGB (Red+Green+Blue) = 204+247+133=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF785 is #33087A. Grayscale: #DDDDDD. Windows color (decimal): -3344507 or 8779724. OLE color: 8779724.
HSL color Cylindrical-coordinate representation of color #CCF785: hue angle of 82.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF785 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 133 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.03 |
| HSL | 82.63º | 0.88% | 0.75% | - |
| HSV(B) | 82.63º | 0.46% | 0.97% | - |
| XYZ | 62.4 | 81.05 | 34.55 | - |
| YUV | 221.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 133 | 0.17 | 0 | 0.46 | 0.03 | 82.63 | 0.88 | 0.75 |
| Hex | CC | F7 | 85 | 11 | 0 | 2E | 3 | 53 | 58 | 4B |
| Octal | 314 | 367 | 205 | 21 | 0 | 56 | 3 | 123 | 130 | 113 |
| Binary | 11001100 | 11110111 | 10000101 | 10001 | 0 | 101110 | 11 | 1010011 | 1011000 | 1001011 |
Color Harmonies of #CCF785
Complementary color
Monochromatic Colors of #CCF785
Black with #CCF785
Text Example
Text Example
White with #CCF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF785; }
p { color: rgb(204,247,133); }
H1.HeaderClassName
{
color: #CCF785;
}
.AnyTagClassName
{
color: #CCF785;
}
</style>
background-color css
<style>
a { background-color: #CCF785; }
a { background-color: rgb(204,247,133); }
div.DivClassName
{
background-color: #CCF785;
}
.BgClassName
{
background-color: #CCF785;
}
</style>
border-color css
<style>
span { border-color: #CCF785; }
span { border-color: rgb(204,247,133); }
td.TdClassName
{
border-color: #CCF785;
}
.TagClassName
{
border-color: #CCF785;
}
</style>