Shades of Sulu #CEF571
Tints of Sulu #CEF571
RGB
CMYK
RGB Variations
Color information
#CEF571 (or 0xCEF571) is known color: Sulu. HEX triplet: CE, F5 and 71. RGB value is (206,245,113). Sum of RGB (Red+Green+Blue) = 206+245+113=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF571 is #310A8E. Grayscale: #DADADA. Windows color (decimal): -3213967 or 7468494. OLE color: 7468494.
HSL color Cylindrical-coordinate representation of color #CEF571: hue angle of 77.73º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF571 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 113 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.04 |
| HSL | 77.73º | 0.87% | 0.7% | - |
| HSV(B) | 77.73º | 0.54% | 0.96% | - |
| XYZ | 61.09 | 79.62 | 27.77 | - |
| YUV | 218.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 113 | 0.16 | 0 | 0.54 | 0.04 | 77.73 | 0.87 | 0.7 |
| Hex | CE | F5 | 71 | 10 | 0 | 36 | 4 | 4E | 57 | 46 |
| Octal | 316 | 365 | 161 | 20 | 0 | 66 | 4 | 116 | 127 | 106 |
| Binary | 11001110 | 11110101 | 1110001 | 10000 | 0 | 110110 | 100 | 1001110 | 1010111 | 1000110 |
Color Harmonies of #CEF571
Complementary color
Monochromatic Colors of #CEF571
Black with #CEF571
Text Example
Text Example
White with #CEF571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF571; }
p { color: rgb(206,245,113); }
H1.HeaderClassName
{
color: #CEF571;
}
.AnyTagClassName
{
color: #CEF571;
}
</style>
background-color css
<style>
a { background-color: #CEF571; }
a { background-color: rgb(206,245,113); }
div.DivClassName
{
background-color: #CEF571;
}
.BgClassName
{
background-color: #CEF571;
}
</style>
border-color css
<style>
span { border-color: #CEF571; }
span { border-color: rgb(206,245,113); }
td.TdClassName
{
border-color: #CEF571;
}
.TagClassName
{
border-color: #CEF571;
}
</style>