Shades of Sulu #CCF183
Tints of Sulu #CCF183
RGB
CMYK
RGB Variations
Color information
#CCF183 (or 0xCCF183) is known color: Sulu. HEX triplet: CC, F1 and 83. RGB value is (204,241,131). Sum of RGB (Red+Green+Blue) = 204+241+131=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF183 is #330E7C. Grayscale: #D9D9D9. Windows color (decimal): -3346045 or 8647116. OLE color: 8647116.
HSL color Cylindrical-coordinate representation of color #CCF183: hue angle of 80.18º degrees, saturation: 0.8, 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 #CCF183 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 131 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.05 |
| HSL | 80.18º | 0.8% | 0.73% | - |
| HSV(B) | 80.18º | 0.46% | 0.95% | - |
| XYZ | 60.45 | 77.39 | 33.22 | - |
| YUV | 217.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 131 | 0.15 | 0 | 0.46 | 0.05 | 80.18 | 0.8 | 0.73 |
| Hex | CC | F1 | 83 | F | 0 | 2E | 5 | 50 | 50 | 49 |
| Octal | 314 | 361 | 203 | 17 | 0 | 56 | 5 | 120 | 120 | 111 |
| Binary | 11001100 | 11110001 | 10000011 | 1111 | 0 | 101110 | 101 | 1010000 | 1010000 | 1001001 |
Color Harmonies of #CCF183
Complementary color
Monochromatic Colors of #CCF183
Black with #CCF183
Text Example
Text Example
White with #CCF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF183; }
p { color: rgb(204,241,131); }
H1.HeaderClassName
{
color: #CCF183;
}
.AnyTagClassName
{
color: #CCF183;
}
</style>
background-color css
<style>
a { background-color: #CCF183; }
a { background-color: rgb(204,241,131); }
div.DivClassName
{
background-color: #CCF183;
}
.BgClassName
{
background-color: #CCF183;
}
</style>
border-color css
<style>
span { border-color: #CCF183; }
span { border-color: rgb(204,241,131); }
td.TdClassName
{
border-color: #CCF183;
}
.TagClassName
{
border-color: #CCF183;
}
</style>