Shades of Sulu #CEF48B
Tints of Sulu #CEF48B
RGB
CMYK
RGB Variations
Color information
#CEF48B (or 0xCEF48B) is known color: Sulu. HEX triplet: CE, F4 and 8B. RGB value is (206,244,139). Sum of RGB (Red+Green+Blue) = 206+244+139=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF48B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF48B is #310B74. Grayscale: #DDDDDD. Windows color (decimal): -3214197 or 9172174. OLE color: 9172174.
HSL color Cylindrical-coordinate representation of color #CEF48B: hue angle of 81.71º degrees, saturation: 0.83, 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 #CEF48B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 139 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.04 |
| HSL | 81.71º | 0.83% | 0.75% | - |
| HSV(B) | 81.71º | 0.43% | 0.96% | - |
| XYZ | 62.46 | 79.69 | 36.52 | - |
| YUV | 220.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 139 | 0.16 | 0 | 0.43 | 0.04 | 81.71 | 0.83 | 0.75 |
| Hex | CE | F4 | 8B | 10 | 0 | 2B | 4 | 52 | 53 | 4B |
| Octal | 316 | 364 | 213 | 20 | 0 | 53 | 4 | 122 | 123 | 113 |
| Binary | 11001110 | 11110100 | 10001011 | 10000 | 0 | 101011 | 100 | 1010010 | 1010011 | 1001011 |
Color Harmonies of #CEF48B
Complementary color
Monochromatic Colors of #CEF48B
Black with #CEF48B
Text Example
Text Example
White with #CEF48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF48B; }
p { color: rgb(206,244,139); }
H1.HeaderClassName
{
color: #CEF48B;
}
.AnyTagClassName
{
color: #CEF48B;
}
</style>
background-color css
<style>
a { background-color: #CEF48B; }
a { background-color: rgb(206,244,139); }
div.DivClassName
{
background-color: #CEF48B;
}
.BgClassName
{
background-color: #CEF48B;
}
</style>
border-color css
<style>
span { border-color: #CEF48B; }
span { border-color: rgb(206,244,139); }
td.TdClassName
{
border-color: #CEF48B;
}
.TagClassName
{
border-color: #CEF48B;
}
</style>