Shades of Sulu #CEF574
Tints of Sulu #CEF574
RGB
CMYK
RGB Variations
Color information
#CEF574 (or 0xCEF574) is known color: Sulu. HEX triplet: CE, F5 and 74. RGB value is (206,245,116). Sum of RGB (Red+Green+Blue) = 206+245+116=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF574 is #310A8B. Grayscale: #DBDBDB. Windows color (decimal): -3213964 or 7665102. OLE color: 7665102.
HSL color Cylindrical-coordinate representation of color #CEF574: hue angle of 78.14º degrees, saturation: 0.87, 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 #CEF574 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 116 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.04 |
| HSL | 78.14º | 0.87% | 0.71% | - |
| HSV(B) | 78.14º | 0.53% | 0.96% | - |
| XYZ | 61.26 | 79.69 | 28.68 | - |
| YUV | 218.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 116 | 0.16 | 0 | 0.53 | 0.04 | 78.14 | 0.87 | 0.71 |
| Hex | CE | F5 | 74 | 10 | 0 | 35 | 4 | 4E | 57 | 47 |
| Octal | 316 | 365 | 164 | 20 | 0 | 65 | 4 | 116 | 127 | 107 |
| Binary | 11001110 | 11110101 | 1110100 | 10000 | 0 | 110101 | 100 | 1001110 | 1010111 | 1000111 |
Color Harmonies of #CEF574
Complementary color
Monochromatic Colors of #CEF574
Black with #CEF574
Text Example
Text Example
White with #CEF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF574; }
p { color: rgb(206,245,116); }
H1.HeaderClassName
{
color: #CEF574;
}
.AnyTagClassName
{
color: #CEF574;
}
</style>
background-color css
<style>
a { background-color: #CEF574; }
a { background-color: rgb(206,245,116); }
div.DivClassName
{
background-color: #CEF574;
}
.BgClassName
{
background-color: #CEF574;
}
</style>
border-color css
<style>
span { border-color: #CEF574; }
span { border-color: rgb(206,245,116); }
td.TdClassName
{
border-color: #CEF574;
}
.TagClassName
{
border-color: #CEF574;
}
</style>