Shades of Sulu #CEF183
Tints of Sulu #CEF183
RGB
CMYK
RGB Variations
Color information
#CEF183 (or 0xCEF183) is known color: Sulu. HEX triplet: CE, F1 and 83. RGB value is (206,241,131). Sum of RGB (Red+Green+Blue) = 206+241+131=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF183 is #310E7C. Grayscale: #DADADA. Windows color (decimal): -3214973 or 8647118. OLE color: 8647118.
HSL color Cylindrical-coordinate representation of color #CEF183: hue angle of 79.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF183 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 131 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.05 |
| HSL | 79.09º | 0.8% | 0.73% | - |
| HSV(B) | 79.09º | 0.46% | 0.95% | - |
| XYZ | 61.01 | 77.67 | 33.25 | - |
| YUV | 218 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 131 | 0.15 | 0 | 0.46 | 0.05 | 79.09 | 0.8 | 0.73 |
| Hex | CE | F1 | 83 | F | 0 | 2E | 5 | 4F | 50 | 49 |
| Octal | 316 | 361 | 203 | 17 | 0 | 56 | 5 | 117 | 120 | 111 |
| Binary | 11001110 | 11110001 | 10000011 | 1111 | 0 | 101110 | 101 | 1001111 | 1010000 | 1001001 |
Color Harmonies of #CEF183
Complementary color
Monochromatic Colors of #CEF183
Black with #CEF183
Text Example
Text Example
White with #CEF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF183; }
p { color: rgb(206,241,131); }
H1.HeaderClassName
{
color: #CEF183;
}
.AnyTagClassName
{
color: #CEF183;
}
</style>
background-color css
<style>
a { background-color: #CEF183; }
a { background-color: rgb(206,241,131); }
div.DivClassName
{
background-color: #CEF183;
}
.BgClassName
{
background-color: #CEF183;
}
</style>
border-color css
<style>
span { border-color: #CEF183; }
span { border-color: rgb(206,241,131); }
td.TdClassName
{
border-color: #CEF183;
}
.TagClassName
{
border-color: #CEF183;
}
</style>