Shades of Sulu #CCFE76
Tints of Sulu #CCFE76
RGB
CMYK
RGB Variations
Color information
#CCFE76 (or 0xCCFE76) is known color: Sulu. HEX triplet: CC, FE and 76. RGB value is (204,254,118). Sum of RGB (Red+Green+Blue) = 204+254+118=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE76 is #330189. Grayscale: #E0E0E0. Windows color (decimal): -3342730 or 7798476. OLE color: 7798476.
HSL color Cylindrical-coordinate representation of color #CCFE76: hue angle of 82.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCFE76 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 118 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.00 |
| HSL | 82.06º | 0.99% | 0.73% | - |
| HSV(B) | 82.06º | 0.54% | 1% | - |
| XYZ | 63.61 | 85.03 | 30.2 | - |
| YUV | 223.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 118 | 0.20 | 0 | 0.54 | 0.00 | 82.06 | 0.99 | 0.73 |
| Hex | CC | FE | 76 | 14 | 0 | 36 | 0 | 52 | 63 | 49 |
| Octal | 314 | 376 | 166 | 24 | 0 | 66 | 0 | 122 | 143 | 111 |
| Binary | 11001100 | 11111110 | 1110110 | 10100 | 0 | 110110 | 0 | 1010010 | 1100011 | 1001001 |
Color Harmonies of #CCFE76
Complementary color
Monochromatic Colors of #CCFE76
Black with #CCFE76
Text Example
Text Example
White with #CCFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE76; }
p { color: rgb(204,254,118); }
H1.HeaderClassName
{
color: #CCFE76;
}
.AnyTagClassName
{
color: #CCFE76;
}
</style>
background-color css
<style>
a { background-color: #CCFE76; }
a { background-color: rgb(204,254,118); }
div.DivClassName
{
background-color: #CCFE76;
}
.BgClassName
{
background-color: #CCFE76;
}
</style>
border-color css
<style>
span { border-color: #CCFE76; }
span { border-color: rgb(204,254,118); }
td.TdClassName
{
border-color: #CCFE76;
}
.TagClassName
{
border-color: #CCFE76;
}
</style>