Shades of Sulu #CEF58B
Tints of Sulu #CEF58B
RGB
CMYK
RGB Variations
Color information
#CEF58B (or 0xCEF58B) is known color: Sulu. HEX triplet: CE, F5 and 8B. RGB value is (206,245,139). Sum of RGB (Red+Green+Blue) = 206+245+139=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF58B is #310A74. Grayscale: #DDDDDD. Windows color (decimal): -3213941 or 9172430. OLE color: 9172430.
HSL color Cylindrical-coordinate representation of color #CEF58B: hue angle of 82.08º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF58B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 139 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.04 |
| HSL | 82.08º | 0.84% | 0.75% | - |
| HSV(B) | 82.08º | 0.43% | 0.96% | - |
| XYZ | 62.77 | 80.29 | 36.62 | - |
| YUV | 221.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 139 | 0.16 | 0 | 0.43 | 0.04 | 82.08 | 0.84 | 0.75 |
| Hex | CE | F5 | 8B | 10 | 0 | 2B | 4 | 52 | 54 | 4B |
| Octal | 316 | 365 | 213 | 20 | 0 | 53 | 4 | 122 | 124 | 113 |
| Binary | 11001110 | 11110101 | 10001011 | 10000 | 0 | 101011 | 100 | 1010010 | 1010100 | 1001011 |
Color Harmonies of #CEF58B
Complementary color
Monochromatic Colors of #CEF58B
Black with #CEF58B
Text Example
Text Example
White with #CEF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF58B; }
p { color: rgb(206,245,139); }
H1.HeaderClassName
{
color: #CEF58B;
}
.AnyTagClassName
{
color: #CEF58B;
}
</style>
background-color css
<style>
a { background-color: #CEF58B; }
a { background-color: rgb(206,245,139); }
div.DivClassName
{
background-color: #CEF58B;
}
.BgClassName
{
background-color: #CEF58B;
}
</style>
border-color css
<style>
span { border-color: #CEF58B; }
span { border-color: rgb(206,245,139); }
td.TdClassName
{
border-color: #CEF58B;
}
.TagClassName
{
border-color: #CEF58B;
}
</style>