Shades of Sulu #CEF58D
Tints of Sulu #CEF58D
RGB
CMYK
RGB Variations
Color information
#CEF58D (or 0xCEF58D) is known color: Sulu. HEX triplet: CE, F5 and 8D. RGB value is (206,245,141). Sum of RGB (Red+Green+Blue) = 206+245+141=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF58D is #310A72. Grayscale: #DDDDDD. Windows color (decimal): -3213939 or 9303502. OLE color: 9303502.
HSL color Cylindrical-coordinate representation of color #CEF58D: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEF58D is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 141 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.04 |
| HSL | 82.5º | 0.84% | 0.76% | - |
| HSV(B) | 82.5º | 0.42% | 0.96% | - |
| XYZ | 62.91 | 80.35 | 37.39 | - |
| YUV | 221.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 141 | 0.16 | 0 | 0.42 | 0.04 | 82.5 | 0.84 | 0.76 |
| Hex | CE | F5 | 8D | 10 | 0 | 2A | 4 | 52 | 54 | 4C |
| Octal | 316 | 365 | 215 | 20 | 0 | 52 | 4 | 122 | 124 | 114 |
| Binary | 11001110 | 11110101 | 10001101 | 10000 | 0 | 101010 | 100 | 1010010 | 1010100 | 1001100 |
Color Harmonies of #CEF58D
Complementary color
Monochromatic Colors of #CEF58D
Black with #CEF58D
Text Example
Text Example
White with #CEF58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF58D; }
p { color: rgb(206,245,141); }
H1.HeaderClassName
{
color: #CEF58D;
}
.AnyTagClassName
{
color: #CEF58D;
}
</style>
background-color css
<style>
a { background-color: #CEF58D; }
a { background-color: rgb(206,245,141); }
div.DivClassName
{
background-color: #CEF58D;
}
.BgClassName
{
background-color: #CEF58D;
}
</style>
border-color css
<style>
span { border-color: #CEF58D; }
span { border-color: rgb(206,245,141); }
td.TdClassName
{
border-color: #CEF58D;
}
.TagClassName
{
border-color: #CEF58D;
}
</style>