Shades of Sulu #CEF674
Tints of Sulu #CEF674
RGB
CMYK
RGB Variations
Color information
#CEF674 (or 0xCEF674) is known color: Sulu. HEX triplet: CE, F6 and 74. RGB value is (206,246,116). Sum of RGB (Red+Green+Blue) = 206+246+116=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF674 is #31098B. Grayscale: #DBDBDB. Windows color (decimal): -3213708 or 7665358. OLE color: 7665358.
HSL color Cylindrical-coordinate representation of color #CEF674: hue angle of 78.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF674 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 116 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.04 |
| HSL | 78.46º | 0.88% | 0.71% | - |
| HSV(B) | 78.46º | 0.53% | 0.96% | - |
| XYZ | 61.56 | 80.29 | 28.78 | - |
| YUV | 219.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 116 | 0.16 | 0 | 0.53 | 0.04 | 78.46 | 0.88 | 0.71 |
| Hex | CE | F6 | 74 | 10 | 0 | 35 | 4 | 4E | 58 | 47 |
| Octal | 316 | 366 | 164 | 20 | 0 | 65 | 4 | 116 | 130 | 107 |
| Binary | 11001110 | 11110110 | 1110100 | 10000 | 0 | 110101 | 100 | 1001110 | 1011000 | 1000111 |
Color Harmonies of #CEF674
Complementary color
Monochromatic Colors of #CEF674
Black with #CEF674
Text Example
Text Example
White with #CEF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF674; }
p { color: rgb(206,246,116); }
H1.HeaderClassName
{
color: #CEF674;
}
.AnyTagClassName
{
color: #CEF674;
}
</style>
background-color css
<style>
a { background-color: #CEF674; }
a { background-color: rgb(206,246,116); }
div.DivClassName
{
background-color: #CEF674;
}
.BgClassName
{
background-color: #CEF674;
}
</style>
border-color css
<style>
span { border-color: #CEF674; }
span { border-color: rgb(206,246,116); }
td.TdClassName
{
border-color: #CEF674;
}
.TagClassName
{
border-color: #CEF674;
}
</style>