Shades of Sulu #CCFE81
Tints of Sulu #CCFE81
RGB
CMYK
RGB Variations
Color information
#CCFE81 (or 0xCCFE81) is known color: Sulu. HEX triplet: CC, FE and 81. RGB value is (204,254,129). Sum of RGB (Red+Green+Blue) = 204+254+129=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE81 is #33017E. Grayscale: #E1E1E1. Windows color (decimal): -3342719 or 8519372. OLE color: 8519372.
HSL color Cylindrical-coordinate representation of color #CCFE81: hue angle of 84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCFE81 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 129 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.00 |
| HSL | 84º | 0.98% | 0.75% | - |
| HSV(B) | 84º | 0.49% | 1% | - |
| XYZ | 64.31 | 85.31 | 33.85 | - |
| YUV | 224.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 129 | 0.20 | 0 | 0.49 | 0.00 | 84 | 0.98 | 0.75 |
| Hex | CC | FE | 81 | 14 | 0 | 31 | 0 | 54 | 62 | 4B |
| Octal | 314 | 376 | 201 | 24 | 0 | 61 | 0 | 124 | 142 | 113 |
| Binary | 11001100 | 11111110 | 10000001 | 10100 | 0 | 110001 | 0 | 1010100 | 1100010 | 1001011 |
Color Harmonies of #CCFE81
Complementary color
Monochromatic Colors of #CCFE81
Black with #CCFE81
Text Example
Text Example
White with #CCFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE81; }
p { color: rgb(204,254,129); }
H1.HeaderClassName
{
color: #CCFE81;
}
.AnyTagClassName
{
color: #CCFE81;
}
</style>
background-color css
<style>
a { background-color: #CCFE81; }
a { background-color: rgb(204,254,129); }
div.DivClassName
{
background-color: #CCFE81;
}
.BgClassName
{
background-color: #CCFE81;
}
</style>
border-color css
<style>
span { border-color: #CCFE81; }
span { border-color: rgb(204,254,129); }
td.TdClassName
{
border-color: #CCFE81;
}
.TagClassName
{
border-color: #CCFE81;
}
</style>