Shades of Sulu #CCFE73
Tints of Sulu #CCFE73
RGB
CMYK
RGB Variations
Color information
#CCFE73 (or 0xCCFE73) is known color: Sulu. HEX triplet: CC, FE and 73. RGB value is (204,254,115). Sum of RGB (Red+Green+Blue) = 204+254+115=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE73 is #33018C. Grayscale: #DFDFDF. Windows color (decimal): -3342733 or 7601868. OLE color: 7601868.
HSL color Cylindrical-coordinate representation of color #CCFE73: hue angle of 81.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCFE73 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 115 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.00 |
| HSL | 81.58º | 0.99% | 0.72% | - |
| HSV(B) | 81.58º | 0.55% | 1% | - |
| XYZ | 63.44 | 84.96 | 29.27 | - |
| YUV | 223.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 115 | 0.20 | 0 | 0.55 | 0.00 | 81.58 | 0.99 | 0.72 |
| Hex | CC | FE | 73 | 14 | 0 | 37 | 0 | 52 | 63 | 48 |
| Octal | 314 | 376 | 163 | 24 | 0 | 67 | 0 | 122 | 143 | 110 |
| Binary | 11001100 | 11111110 | 1110011 | 10100 | 0 | 110111 | 0 | 1010010 | 1100011 | 1001000 |
Color Harmonies of #CCFE73
Complementary color
Monochromatic Colors of #CCFE73
Black with #CCFE73
Text Example
Text Example
White with #CCFE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE73; }
p { color: rgb(204,254,115); }
H1.HeaderClassName
{
color: #CCFE73;
}
.AnyTagClassName
{
color: #CCFE73;
}
</style>
background-color css
<style>
a { background-color: #CCFE73; }
a { background-color: rgb(204,254,115); }
div.DivClassName
{
background-color: #CCFE73;
}
.BgClassName
{
background-color: #CCFE73;
}
</style>
border-color css
<style>
span { border-color: #CCFE73; }
span { border-color: rgb(204,254,115); }
td.TdClassName
{
border-color: #CCFE73;
}
.TagClassName
{
border-color: #CCFE73;
}
</style>