Shades of Sulu #CCF97C
Tints of Sulu #CCF97C
RGB
CMYK
RGB Variations
Color information
#CCF97C (or 0xCCF97C) is known color: Sulu. HEX triplet: CC, F9 and 7C. RGB value is (204,249,124). Sum of RGB (Red+Green+Blue) = 204+249+124=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF97C is #330683. Grayscale: #DDDDDD. Windows color (decimal): -3344004 or 8190412. OLE color: 8190412.
HSL color Cylindrical-coordinate representation of color #CCF97C: hue angle of 81.6º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF97C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 124 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.02 |
| HSL | 81.6º | 0.91% | 0.73% | - |
| HSV(B) | 81.6º | 0.5% | 0.98% | - |
| XYZ | 62.42 | 82.04 | 31.62 | - |
| YUV | 221.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 124 | 0.18 | 0 | 0.50 | 0.02 | 81.6 | 0.91 | 0.73 |
| Hex | CC | F9 | 7C | 12 | 0 | 32 | 2 | 52 | 5B | 49 |
| Octal | 314 | 371 | 174 | 22 | 0 | 62 | 2 | 122 | 133 | 111 |
| Binary | 11001100 | 11111001 | 1111100 | 10010 | 0 | 110010 | 10 | 1010010 | 1011011 | 1001001 |
Color Harmonies of #CCF97C
Complementary color
Monochromatic Colors of #CCF97C
Black with #CCF97C
Text Example
Text Example
White with #CCF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF97C; }
p { color: rgb(204,249,124); }
H1.HeaderClassName
{
color: #CCF97C;
}
.AnyTagClassName
{
color: #CCF97C;
}
</style>
background-color css
<style>
a { background-color: #CCF97C; }
a { background-color: rgb(204,249,124); }
div.DivClassName
{
background-color: #CCF97C;
}
.BgClassName
{
background-color: #CCF97C;
}
</style>
border-color css
<style>
span { border-color: #CCF97C; }
span { border-color: rgb(204,249,124); }
td.TdClassName
{
border-color: #CCF97C;
}
.TagClassName
{
border-color: #CCF97C;
}
</style>