Shades of Sulu #CEF08B
Tints of Sulu #CEF08B
RGB
CMYK
RGB Variations
Color information
#CEF08B (or 0xCEF08B) is known color: Sulu. HEX triplet: CE, F0 and 8B. RGB value is (206,240,139). Sum of RGB (Red+Green+Blue) = 206+240+139=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08B is #310F74. Grayscale: #DADADA. Windows color (decimal): -3215221 or 9171150. OLE color: 9171150.
HSL color Cylindrical-coordinate representation of color #CEF08B: hue angle of 80.2º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEF08B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 139 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.06 |
| HSL | 80.2º | 0.77% | 0.74% | - |
| HSV(B) | 80.2º | 0.42% | 0.94% | - |
| XYZ | 61.27 | 77.31 | 36.12 | - |
| YUV | 218.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 139 | 0.14 | 0 | 0.42 | 0.06 | 80.2 | 0.77 | 0.74 |
| Hex | CE | F0 | 8B | E | 0 | 2A | 6 | 50 | 4D | 4A |
| Octal | 316 | 360 | 213 | 16 | 0 | 52 | 6 | 120 | 115 | 112 |
| Binary | 11001110 | 11110000 | 10001011 | 1110 | 0 | 101010 | 110 | 1010000 | 1001101 | 1001010 |
Color Harmonies of #CEF08B
Complementary color
Monochromatic Colors of #CEF08B
Black with #CEF08B
Text Example
Text Example
White with #CEF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF08B; }
p { color: rgb(206,240,139); }
H1.HeaderClassName
{
color: #CEF08B;
}
.AnyTagClassName
{
color: #CEF08B;
}
</style>
background-color css
<style>
a { background-color: #CEF08B; }
a { background-color: rgb(206,240,139); }
div.DivClassName
{
background-color: #CEF08B;
}
.BgClassName
{
background-color: #CEF08B;
}
</style>
border-color css
<style>
span { border-color: #CEF08B; }
span { border-color: rgb(206,240,139); }
td.TdClassName
{
border-color: #CEF08B;
}
.TagClassName
{
border-color: #CEF08B;
}
</style>