Shades of Sulu #CEF575
Tints of Sulu #CEF575
RGB
CMYK
RGB Variations
Color information
#CEF575 (or 0xCEF575) is known color: Sulu. HEX triplet: CE, F5 and 75. RGB value is (206,245,117). Sum of RGB (Red+Green+Blue) = 206+245+117=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF575 is #310A8A. Grayscale: #DBDBDB. Windows color (decimal): -3213963 or 7730638. OLE color: 7730638.
HSL color Cylindrical-coordinate representation of color #CEF575: hue angle of 78.28º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEF575 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 117 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.04 |
| HSL | 78.28º | 0.86% | 0.71% | - |
| HSV(B) | 78.28º | 0.52% | 0.96% | - |
| XYZ | 61.32 | 79.71 | 28.98 | - |
| YUV | 218.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 117 | 0.16 | 0 | 0.52 | 0.04 | 78.28 | 0.86 | 0.71 |
| Hex | CE | F5 | 75 | 10 | 0 | 34 | 4 | 4E | 56 | 47 |
| Octal | 316 | 365 | 165 | 20 | 0 | 64 | 4 | 116 | 126 | 107 |
| Binary | 11001110 | 11110101 | 1110101 | 10000 | 0 | 110100 | 100 | 1001110 | 1010110 | 1000111 |
Color Harmonies of #CEF575
Complementary color
Monochromatic Colors of #CEF575
Black with #CEF575
Text Example
Text Example
White with #CEF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF575; }
p { color: rgb(206,245,117); }
H1.HeaderClassName
{
color: #CEF575;
}
.AnyTagClassName
{
color: #CEF575;
}
</style>
background-color css
<style>
a { background-color: #CEF575; }
a { background-color: rgb(206,245,117); }
div.DivClassName
{
background-color: #CEF575;
}
.BgClassName
{
background-color: #CEF575;
}
</style>
border-color css
<style>
span { border-color: #CEF575; }
span { border-color: rgb(206,245,117); }
td.TdClassName
{
border-color: #CEF575;
}
.TagClassName
{
border-color: #CEF575;
}
</style>