Shades of Sulu #CCF67F
Tints of Sulu #CCF67F
RGB
CMYK
RGB Variations
Color information
#CCF67F (or 0xCCF67F) is known color: Sulu. HEX triplet: CC, F6 and 7F. RGB value is (204,246,127). Sum of RGB (Red+Green+Blue) = 204+246+127=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF67F is #330980. Grayscale: #DCDCDC. Windows color (decimal): -3344769 or 8386252. OLE color: 8386252.
HSL color Cylindrical-coordinate representation of color #CCF67F: hue angle of 81.18º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF67F is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 127 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.04 |
| HSL | 81.18º | 0.87% | 0.73% | - |
| HSV(B) | 81.18º | 0.48% | 0.96% | - |
| XYZ | 61.69 | 80.28 | 32.32 | - |
| YUV | 219.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 127 | 0.17 | 0 | 0.48 | 0.04 | 81.18 | 0.87 | 0.73 |
| Hex | CC | F6 | 7F | 11 | 0 | 30 | 4 | 51 | 57 | 49 |
| Octal | 314 | 366 | 177 | 21 | 0 | 60 | 4 | 121 | 127 | 111 |
| Binary | 11001100 | 11110110 | 1111111 | 10001 | 0 | 110000 | 100 | 1010001 | 1010111 | 1001001 |
Color Harmonies of #CCF67F
Complementary color
Monochromatic Colors of #CCF67F
Black with #CCF67F
Text Example
Text Example
White with #CCF67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF67F; }
p { color: rgb(204,246,127); }
H1.HeaderClassName
{
color: #CCF67F;
}
.AnyTagClassName
{
color: #CCF67F;
}
</style>
background-color css
<style>
a { background-color: #CCF67F; }
a { background-color: rgb(204,246,127); }
div.DivClassName
{
background-color: #CCF67F;
}
.BgClassName
{
background-color: #CCF67F;
}
</style>
border-color css
<style>
span { border-color: #CCF67F; }
span { border-color: rgb(204,246,127); }
td.TdClassName
{
border-color: #CCF67F;
}
.TagClassName
{
border-color: #CCF67F;
}
</style>