Shades of Sulu #CCF384
Tints of Sulu #CCF384
RGB
CMYK
RGB Variations
Color information
#CCF384 (or 0xCCF384) is known color: Sulu. HEX triplet: CC, F3 and 84. RGB value is (204,243,132). Sum of RGB (Red+Green+Blue) = 204+243+132=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF384 is #330C7B. Grayscale: #DBDBDB. Windows color (decimal): -3345532 or 8713164. OLE color: 8713164.
HSL color Cylindrical-coordinate representation of color #CCF384: hue angle of 81.08º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF384 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 132 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 81.08º | 0.82% | 0.74% | - |
| HSV(B) | 81.08º | 0.46% | 0.95% | - |
| XYZ | 61.12 | 78.6 | 33.78 | - |
| YUV | 218.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 132 | 0.16 | 0 | 0.46 | 0.05 | 81.08 | 0.82 | 0.74 |
| Hex | CC | F3 | 84 | 10 | 0 | 2E | 5 | 51 | 52 | 4A |
| Octal | 314 | 363 | 204 | 20 | 0 | 56 | 5 | 121 | 122 | 112 |
| Binary | 11001100 | 11110011 | 10000100 | 10000 | 0 | 101110 | 101 | 1010001 | 1010010 | 1001010 |
Color Harmonies of #CCF384
Complementary color
Monochromatic Colors of #CCF384
Black with #CCF384
Text Example
Text Example
White with #CCF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF384; }
p { color: rgb(204,243,132); }
H1.HeaderClassName
{
color: #CCF384;
}
.AnyTagClassName
{
color: #CCF384;
}
</style>
background-color css
<style>
a { background-color: #CCF384; }
a { background-color: rgb(204,243,132); }
div.DivClassName
{
background-color: #CCF384;
}
.BgClassName
{
background-color: #CCF384;
}
</style>
border-color css
<style>
span { border-color: #CCF384; }
span { border-color: rgb(204,243,132); }
td.TdClassName
{
border-color: #CCF384;
}
.TagClassName
{
border-color: #CCF384;
}
</style>