Shades of Sulu #CEF483
Tints of Sulu #CEF483
RGB
CMYK
RGB Variations
Color information
#CEF483 (or 0xCEF483) is known color: Sulu. HEX triplet: CE, F4 and 83. RGB value is (206,244,131). Sum of RGB (Red+Green+Blue) = 206+244+131=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF483 is #310B7C. Grayscale: #DCDCDC. Windows color (decimal): -3214205 or 8647886. OLE color: 8647886.
HSL color Cylindrical-coordinate representation of color #CEF483: hue angle of 80.18º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF483 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 131 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 80.18º | 0.84% | 0.74% | - |
| HSV(B) | 80.18º | 0.46% | 0.96% | - |
| XYZ | 61.9 | 79.46 | 33.55 | - |
| YUV | 219.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 131 | 0.16 | 0 | 0.46 | 0.04 | 80.18 | 0.84 | 0.74 |
| Hex | CE | F4 | 83 | 10 | 0 | 2E | 4 | 50 | 54 | 4A |
| Octal | 316 | 364 | 203 | 20 | 0 | 56 | 4 | 120 | 124 | 112 |
| Binary | 11001110 | 11110100 | 10000011 | 10000 | 0 | 101110 | 100 | 1010000 | 1010100 | 1001010 |
Color Harmonies of #CEF483
Complementary color
Monochromatic Colors of #CEF483
Black with #CEF483
Text Example
Text Example
White with #CEF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF483; }
p { color: rgb(206,244,131); }
H1.HeaderClassName
{
color: #CEF483;
}
.AnyTagClassName
{
color: #CEF483;
}
</style>
background-color css
<style>
a { background-color: #CEF483; }
a { background-color: rgb(206,244,131); }
div.DivClassName
{
background-color: #CEF483;
}
.BgClassName
{
background-color: #CEF483;
}
</style>
border-color css
<style>
span { border-color: #CEF483; }
span { border-color: rgb(206,244,131); }
td.TdClassName
{
border-color: #CEF483;
}
.TagClassName
{
border-color: #CEF483;
}
</style>