Shades of Sulu #CCFC83
Tints of Sulu #CCFC83
RGB
CMYK
RGB Variations
Color information
#CCFC83 (or 0xCCFC83) is known color: Sulu. HEX triplet: CC, FC and 83. RGB value is (204,252,131). Sum of RGB (Red+Green+Blue) = 204+252+131=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC83 is #33037C. Grayscale: #E0E0E0. Windows color (decimal): -3343229 or 8649932. OLE color: 8649932.
HSL color Cylindrical-coordinate representation of color #CCFC83: hue angle of 83.8º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCFC83 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 131 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.01 |
| HSL | 83.8º | 0.95% | 0.75% | - |
| HSV(B) | 83.8º | 0.48% | 0.99% | - |
| XYZ | 63.81 | 84.1 | 34.34 | - |
| YUV | 223.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 131 | 0.19 | 0 | 0.48 | 0.01 | 83.8 | 0.95 | 0.75 |
| Hex | CC | FC | 83 | 13 | 0 | 30 | 1 | 54 | 5F | 4B |
| Octal | 314 | 374 | 203 | 23 | 0 | 60 | 1 | 124 | 137 | 113 |
| Binary | 11001100 | 11111100 | 10000011 | 10011 | 0 | 110000 | 1 | 1010100 | 1011111 | 1001011 |
Color Harmonies of #CCFC83
Complementary color
Monochromatic Colors of #CCFC83
Black with #CCFC83
Text Example
Text Example
White with #CCFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC83; }
p { color: rgb(204,252,131); }
H1.HeaderClassName
{
color: #CCFC83;
}
.AnyTagClassName
{
color: #CCFC83;
}
</style>
background-color css
<style>
a { background-color: #CCFC83; }
a { background-color: rgb(204,252,131); }
div.DivClassName
{
background-color: #CCFC83;
}
.BgClassName
{
background-color: #CCFC83;
}
</style>
border-color css
<style>
span { border-color: #CCFC83; }
span { border-color: rgb(204,252,131); }
td.TdClassName
{
border-color: #CCFC83;
}
.TagClassName
{
border-color: #CCFC83;
}
</style>