Shades of Sulu #CCF170
Tints of Sulu #CCF170
RGB
CMYK
RGB Variations
Color information
#CCF170 (or 0xCCF170) is known color: Sulu. HEX triplet: CC, F1 and 70. RGB value is (204,241,112). Sum of RGB (Red+Green+Blue) = 204+241+112=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF170 is #330E8F. Grayscale: #D7D7D7. Windows color (decimal): -3346064 or 7401932. OLE color: 7401932.
HSL color Cylindrical-coordinate representation of color #CCF170: hue angle of 77.21º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF170 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 112 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.05 |
| HSL | 77.21º | 0.82% | 0.69% | - |
| HSV(B) | 77.21º | 0.54% | 0.95% | - |
| XYZ | 59.28 | 76.92 | 27.05 | - |
| YUV | 215.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 112 | 0.15 | 0 | 0.54 | 0.05 | 77.21 | 0.82 | 0.69 |
| Hex | CC | F1 | 70 | F | 0 | 36 | 5 | 4D | 52 | 45 |
| Octal | 314 | 361 | 160 | 17 | 0 | 66 | 5 | 115 | 122 | 105 |
| Binary | 11001100 | 11110001 | 1110000 | 1111 | 0 | 110110 | 101 | 1001101 | 1010010 | 1000101 |
Color Harmonies of #CCF170
Complementary color
Monochromatic Colors of #CCF170
Black with #CCF170
Text Example
Text Example
White with #CCF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF170; }
p { color: rgb(204,241,112); }
H1.HeaderClassName
{
color: #CCF170;
}
.AnyTagClassName
{
color: #CCF170;
}
</style>
background-color css
<style>
a { background-color: #CCF170; }
a { background-color: rgb(204,241,112); }
div.DivClassName
{
background-color: #CCF170;
}
.BgClassName
{
background-color: #CCF170;
}
</style>
border-color css
<style>
span { border-color: #CCF170; }
span { border-color: rgb(204,241,112); }
td.TdClassName
{
border-color: #CCF170;
}
.TagClassName
{
border-color: #CCF170;
}
</style>