Shades of Sulu #CEF07B
Tints of Sulu #CEF07B
RGB
CMYK
RGB Variations
Color information
#CEF07B (or 0xCEF07B) is known color: Sulu. HEX triplet: CE, F0 and 7B. RGB value is (206,240,123). Sum of RGB (Red+Green+Blue) = 206+240+123=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF07B is #310F84. Grayscale: #D8D8D8. Windows color (decimal): -3215237 or 8122574. OLE color: 8122574.
HSL color Cylindrical-coordinate representation of color #CEF07B: hue angle of 77.44º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF07B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 123 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.06 |
| HSL | 77.44º | 0.8% | 0.71% | - |
| HSV(B) | 77.44º | 0.49% | 0.94% | - |
| XYZ | 60.19 | 76.87 | 30.4 | - |
| YUV | 216.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 123 | 0.14 | 0 | 0.49 | 0.06 | 77.44 | 0.8 | 0.71 |
| Hex | CE | F0 | 7B | E | 0 | 31 | 6 | 4D | 50 | 47 |
| Octal | 316 | 360 | 173 | 16 | 0 | 61 | 6 | 115 | 120 | 107 |
| Binary | 11001110 | 11110000 | 1111011 | 1110 | 0 | 110001 | 110 | 1001101 | 1010000 | 1000111 |
Color Harmonies of #CEF07B
Complementary color
Monochromatic Colors of #CEF07B
Black with #CEF07B
Text Example
Text Example
White with #CEF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF07B; }
p { color: rgb(206,240,123); }
H1.HeaderClassName
{
color: #CEF07B;
}
.AnyTagClassName
{
color: #CEF07B;
}
</style>
background-color css
<style>
a { background-color: #CEF07B; }
a { background-color: rgb(206,240,123); }
div.DivClassName
{
background-color: #CEF07B;
}
.BgClassName
{
background-color: #CEF07B;
}
</style>
border-color css
<style>
span { border-color: #CEF07B; }
span { border-color: rgb(206,240,123); }
td.TdClassName
{
border-color: #CEF07B;
}
.TagClassName
{
border-color: #CEF07B;
}
</style>