Shades of Sulu #CEF384
Tints of Sulu #CEF384
RGB
CMYK
RGB Variations
Color information
#CEF384 (or 0xCEF384) is known color: Sulu. HEX triplet: CE, F3 and 84. RGB value is (206,243,132). Sum of RGB (Red+Green+Blue) = 206+243+132=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF384 is #310C7B. Grayscale: #DBDBDB. Windows color (decimal): -3214460 or 8713166. OLE color: 8713166.
HSL color Cylindrical-coordinate representation of color #CEF384: hue angle of 80º 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 #CEF384 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 132 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.05 |
| HSL | 80º | 0.82% | 0.74% | - |
| HSV(B) | 80º | 0.46% | 0.95% | - |
| XYZ | 61.67 | 78.89 | 33.81 | - |
| YUV | 219.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 132 | 0.15 | 0 | 0.46 | 0.05 | 80 | 0.82 | 0.74 |
| Hex | CE | F3 | 84 | F | 0 | 2E | 5 | 50 | 52 | 4A |
| Octal | 316 | 363 | 204 | 17 | 0 | 56 | 5 | 120 | 122 | 112 |
| Binary | 11001110 | 11110011 | 10000100 | 1111 | 0 | 101110 | 101 | 1010000 | 1010010 | 1001010 |
Color Harmonies of #CEF384
Complementary color
Monochromatic Colors of #CEF384
Black with #CEF384
Text Example
Text Example
White with #CEF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF384; }
p { color: rgb(206,243,132); }
H1.HeaderClassName
{
color: #CEF384;
}
.AnyTagClassName
{
color: #CEF384;
}
</style>
background-color css
<style>
a { background-color: #CEF384; }
a { background-color: rgb(206,243,132); }
div.DivClassName
{
background-color: #CEF384;
}
.BgClassName
{
background-color: #CEF384;
}
</style>
border-color css
<style>
span { border-color: #CEF384; }
span { border-color: rgb(206,243,132); }
td.TdClassName
{
border-color: #CEF384;
}
.TagClassName
{
border-color: #CEF384;
}
</style>