Shades of Sulu #CCFE74
Tints of Sulu #CCFE74
RGB
CMYK
RGB Variations
Color information
#CCFE74 (or 0xCCFE74) is known color: Sulu. HEX triplet: CC, FE and 74. RGB value is (204,254,116). Sum of RGB (Red+Green+Blue) = 204+254+116=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE74 is #33018B. Grayscale: #DFDFDF. Windows color (decimal): -3342732 or 7667404. OLE color: 7667404.
HSL color Cylindrical-coordinate representation of color #CCFE74: hue angle of 81.74º 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 #CCFE74 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 116 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.00 |
| HSL | 81.74º | 0.99% | 0.73% | - |
| HSV(B) | 81.74º | 0.54% | 1% | - |
| XYZ | 63.5 | 84.98 | 29.58 | - |
| YUV | 223.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 116 | 0.20 | 0 | 0.54 | 0.00 | 81.74 | 0.99 | 0.73 |
| Hex | CC | FE | 74 | 14 | 0 | 36 | 0 | 52 | 63 | 49 |
| Octal | 314 | 376 | 164 | 24 | 0 | 66 | 0 | 122 | 143 | 111 |
| Binary | 11001100 | 11111110 | 1110100 | 10100 | 0 | 110110 | 0 | 1010010 | 1100011 | 1001001 |
Color Harmonies of #CCFE74
Complementary color
Monochromatic Colors of #CCFE74
Black with #CCFE74
Text Example
Text Example
White with #CCFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE74; }
p { color: rgb(204,254,116); }
H1.HeaderClassName
{
color: #CCFE74;
}
.AnyTagClassName
{
color: #CCFE74;
}
</style>
background-color css
<style>
a { background-color: #CCFE74; }
a { background-color: rgb(204,254,116); }
div.DivClassName
{
background-color: #CCFE74;
}
.BgClassName
{
background-color: #CCFE74;
}
</style>
border-color css
<style>
span { border-color: #CCFE74; }
span { border-color: rgb(204,254,116); }
td.TdClassName
{
border-color: #CCFE74;
}
.TagClassName
{
border-color: #CCFE74;
}
</style>