Shades of Sulu #CCF383
Tints of Sulu #CCF383
RGB
CMYK
RGB Variations
Color information
#CCF383 (or 0xCCF383) is known color: Sulu. HEX triplet: CC, F3 and 83. RGB value is (204,243,131). Sum of RGB (Red+Green+Blue) = 204+243+131=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF383 is #330C7C. Grayscale: #DADADA. Windows color (decimal): -3345533 or 8647628. OLE color: 8647628.
HSL color Cylindrical-coordinate representation of color #CCF383: hue angle of 80.89º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF383 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 131 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 80.89º | 0.82% | 0.73% | - |
| HSV(B) | 80.89º | 0.46% | 0.95% | - |
| XYZ | 61.05 | 78.58 | 33.42 | - |
| YUV | 218.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 131 | 0.16 | 0 | 0.46 | 0.05 | 80.89 | 0.82 | 0.73 |
| Hex | CC | F3 | 83 | 10 | 0 | 2E | 5 | 51 | 52 | 49 |
| Octal | 314 | 363 | 203 | 20 | 0 | 56 | 5 | 121 | 122 | 111 |
| Binary | 11001100 | 11110011 | 10000011 | 10000 | 0 | 101110 | 101 | 1010001 | 1010010 | 1001001 |
Color Harmonies of #CCF383
Complementary color
Monochromatic Colors of #CCF383
Black with #CCF383
Text Example
Text Example
White with #CCF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF383; }
p { color: rgb(204,243,131); }
H1.HeaderClassName
{
color: #CCF383;
}
.AnyTagClassName
{
color: #CCF383;
}
</style>
background-color css
<style>
a { background-color: #CCF383; }
a { background-color: rgb(204,243,131); }
div.DivClassName
{
background-color: #CCF383;
}
.BgClassName
{
background-color: #CCF383;
}
</style>
border-color css
<style>
span { border-color: #CCF383; }
span { border-color: rgb(204,243,131); }
td.TdClassName
{
border-color: #CCF383;
}
.TagClassName
{
border-color: #CCF383;
}
</style>