Shades of Sulu #CCF171
Tints of Sulu #CCF171
RGB
CMYK
RGB Variations
Color information
#CCF171 (or 0xCCF171) is known color: Sulu. HEX triplet: CC, F1 and 71. RGB value is (204,241,113). Sum of RGB (Red+Green+Blue) = 204+241+113=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF171 is #330E8E. Grayscale: #D7D7D7. Windows color (decimal): -3346063 or 7467468. OLE color: 7467468.
HSL color Cylindrical-coordinate representation of color #CCF171: hue angle of 77.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF171 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 113 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.05 |
| HSL | 77.34º | 0.82% | 0.69% | - |
| HSV(B) | 77.34º | 0.53% | 0.95% | - |
| XYZ | 59.34 | 76.94 | 27.35 | - |
| YUV | 215.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 113 | 0.15 | 0 | 0.53 | 0.05 | 77.34 | 0.82 | 0.69 |
| Hex | CC | F1 | 71 | F | 0 | 35 | 5 | 4D | 52 | 45 |
| Octal | 314 | 361 | 161 | 17 | 0 | 65 | 5 | 115 | 122 | 105 |
| Binary | 11001100 | 11110001 | 1110001 | 1111 | 0 | 110101 | 101 | 1001101 | 1010010 | 1000101 |
Color Harmonies of #CCF171
Complementary color
Monochromatic Colors of #CCF171
Black with #CCF171
Text Example
Text Example
White with #CCF171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF171; }
p { color: rgb(204,241,113); }
H1.HeaderClassName
{
color: #CCF171;
}
.AnyTagClassName
{
color: #CCF171;
}
</style>
background-color css
<style>
a { background-color: #CCF171; }
a { background-color: rgb(204,241,113); }
div.DivClassName
{
background-color: #CCF171;
}
.BgClassName
{
background-color: #CCF171;
}
</style>
border-color css
<style>
span { border-color: #CCF171; }
span { border-color: rgb(204,241,113); }
td.TdClassName
{
border-color: #CCF171;
}
.TagClassName
{
border-color: #CCF171;
}
</style>