Shades of Sulu #CEF584
Tints of Sulu #CEF584
RGB
CMYK
RGB Variations
Color information
#CEF584 (or 0xCEF584) is known color: Sulu. HEX triplet: CE, F5 and 84. RGB value is (206,245,132). Sum of RGB (Red+Green+Blue) = 206+245+132=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF584 is #310A7B. Grayscale: #DCDCDC. Windows color (decimal): -3213948 or 8713678. OLE color: 8713678.
HSL color Cylindrical-coordinate representation of color #CEF584: hue angle of 80.71º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF584 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 132 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 80.71º | 0.85% | 0.74% | - |
| HSV(B) | 80.71º | 0.46% | 0.96% | - |
| XYZ | 62.27 | 80.09 | 34.01 | - |
| YUV | 220.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 132 | 0.16 | 0 | 0.46 | 0.04 | 80.71 | 0.85 | 0.74 |
| Hex | CE | F5 | 84 | 10 | 0 | 2E | 4 | 51 | 55 | 4A |
| Octal | 316 | 365 | 204 | 20 | 0 | 56 | 4 | 121 | 125 | 112 |
| Binary | 11001110 | 11110101 | 10000100 | 10000 | 0 | 101110 | 100 | 1010001 | 1010101 | 1001010 |
Color Harmonies of #CEF584
Complementary color
Monochromatic Colors of #CEF584
Black with #CEF584
Text Example
Text Example
White with #CEF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF584; }
p { color: rgb(206,245,132); }
H1.HeaderClassName
{
color: #CEF584;
}
.AnyTagClassName
{
color: #CEF584;
}
</style>
background-color css
<style>
a { background-color: #CEF584; }
a { background-color: rgb(206,245,132); }
div.DivClassName
{
background-color: #CEF584;
}
.BgClassName
{
background-color: #CEF584;
}
</style>
border-color css
<style>
span { border-color: #CEF584; }
span { border-color: rgb(206,245,132); }
td.TdClassName
{
border-color: #CEF584;
}
.TagClassName
{
border-color: #CEF584;
}
</style>