Shades of Sulu #CEF17B
Tints of Sulu #CEF17B
RGB
CMYK
RGB Variations
Color information
#CEF17B (or 0xCEF17B) is known color: Sulu. HEX triplet: CE, F1 and 7B. RGB value is (206,241,123). Sum of RGB (Red+Green+Blue) = 206+241+123=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF17B is #310E84. Grayscale: #D9D9D9. Windows color (decimal): -3214981 or 8122830. OLE color: 8122830.
HSL color Cylindrical-coordinate representation of color #CEF17B: hue angle of 77.8º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF17B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 123 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 77.8º | 0.81% | 0.71% | - |
| HSV(B) | 77.8º | 0.49% | 0.95% | - |
| XYZ | 60.48 | 77.46 | 30.5 | - |
| YUV | 217.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 123 | 0.15 | 0 | 0.49 | 0.05 | 77.8 | 0.81 | 0.71 |
| Hex | CE | F1 | 7B | F | 0 | 31 | 5 | 4E | 51 | 47 |
| Octal | 316 | 361 | 173 | 17 | 0 | 61 | 5 | 116 | 121 | 107 |
| Binary | 11001110 | 11110001 | 1111011 | 1111 | 0 | 110001 | 101 | 1001110 | 1010001 | 1000111 |
Color Harmonies of #CEF17B
Complementary color
Monochromatic Colors of #CEF17B
Black with #CEF17B
Text Example
Text Example
White with #CEF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF17B; }
p { color: rgb(206,241,123); }
H1.HeaderClassName
{
color: #CEF17B;
}
.AnyTagClassName
{
color: #CEF17B;
}
</style>
background-color css
<style>
a { background-color: #CEF17B; }
a { background-color: rgb(206,241,123); }
div.DivClassName
{
background-color: #CEF17B;
}
.BgClassName
{
background-color: #CEF17B;
}
</style>
border-color css
<style>
span { border-color: #CEF17B; }
span { border-color: rgb(206,241,123); }
td.TdClassName
{
border-color: #CEF17B;
}
.TagClassName
{
border-color: #CEF17B;
}
</style>