Shades of Sulu #CEF87A
Tints of Sulu #CEF87A
RGB
CMYK
RGB Variations
Color information
#CEF87A (or 0xCEF87A) is known color: Sulu. HEX triplet: CE, F8 and 7A. RGB value is (206,248,122). Sum of RGB (Red+Green+Blue) = 206+248+122=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF87A is #310785. Grayscale: #DDDDDD. Windows color (decimal): -3213190 or 8059086. OLE color: 8059086.
HSL color Cylindrical-coordinate representation of color #CEF87A: hue angle of 80º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEF87A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 122 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.03 |
| HSL | 80º | 0.9% | 0.73% | - |
| HSV(B) | 80º | 0.51% | 0.97% | - |
| XYZ | 62.53 | 81.66 | 30.88 | - |
| YUV | 221.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 122 | 0.17 | 0 | 0.51 | 0.03 | 80 | 0.9 | 0.73 |
| Hex | CE | F8 | 7A | 11 | 0 | 33 | 3 | 50 | 5A | 49 |
| Octal | 316 | 370 | 172 | 21 | 0 | 63 | 3 | 120 | 132 | 111 |
| Binary | 11001110 | 11111000 | 1111010 | 10001 | 0 | 110011 | 11 | 1010000 | 1011010 | 1001001 |
Color Harmonies of #CEF87A
Complementary color
Monochromatic Colors of #CEF87A
Black with #CEF87A
Text Example
Text Example
White with #CEF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF87A; }
p { color: rgb(206,248,122); }
H1.HeaderClassName
{
color: #CEF87A;
}
.AnyTagClassName
{
color: #CEF87A;
}
</style>
background-color css
<style>
a { background-color: #CEF87A; }
a { background-color: rgb(206,248,122); }
div.DivClassName
{
background-color: #CEF87A;
}
.BgClassName
{
background-color: #CEF87A;
}
</style>
border-color css
<style>
span { border-color: #CEF87A; }
span { border-color: rgb(206,248,122); }
td.TdClassName
{
border-color: #CEF87A;
}
.TagClassName
{
border-color: #CEF87A;
}
</style>