Shades of Sulu #CCF77B
Tints of Sulu #CCF77B
RGB
CMYK
RGB Variations
Color information
#CCF77B (or 0xCCF77B) is known color: Sulu. HEX triplet: CC, F7 and 7B. RGB value is (204,247,123). Sum of RGB (Red+Green+Blue) = 204+247+123=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF77B is #330884. Grayscale: #DCDCDC. Windows color (decimal): -3344517 or 8124364. OLE color: 8124364.
HSL color Cylindrical-coordinate representation of color #CCF77B: hue angle of 80.81º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF77B is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 123 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.03 |
| HSL | 80.81º | 0.89% | 0.73% | - |
| HSV(B) | 80.81º | 0.5% | 0.97% | - |
| XYZ | 61.74 | 80.79 | 31.08 | - |
| YUV | 220.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 123 | 0.17 | 0 | 0.50 | 0.03 | 80.81 | 0.89 | 0.73 |
| Hex | CC | F7 | 7B | 11 | 0 | 32 | 3 | 51 | 59 | 49 |
| Octal | 314 | 367 | 173 | 21 | 0 | 62 | 3 | 121 | 131 | 111 |
| Binary | 11001100 | 11110111 | 1111011 | 10001 | 0 | 110010 | 11 | 1010001 | 1011001 | 1001001 |
Color Harmonies of #CCF77B
Complementary color
Monochromatic Colors of #CCF77B
Black with #CCF77B
Text Example
Text Example
White with #CCF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF77B; }
p { color: rgb(204,247,123); }
H1.HeaderClassName
{
color: #CCF77B;
}
.AnyTagClassName
{
color: #CCF77B;
}
</style>
background-color css
<style>
a { background-color: #CCF77B; }
a { background-color: rgb(204,247,123); }
div.DivClassName
{
background-color: #CCF77B;
}
.BgClassName
{
background-color: #CCF77B;
}
</style>
border-color css
<style>
span { border-color: #CCF77B; }
span { border-color: rgb(204,247,123); }
td.TdClassName
{
border-color: #CCF77B;
}
.TagClassName
{
border-color: #CCF77B;
}
</style>