Shades of Sulu #CEFF7E
Tints of Sulu #CEFF7E
RGB
CMYK
RGB Variations
Color information
#CEFF7E (or 0xCEFF7E) is known color: Sulu. HEX triplet: CE, FF and 7E. RGB value is (206,255,126). Sum of RGB (Red+Green+Blue) = 206+255+126=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF7E is #310081. Grayscale: #E2E2E2. Windows color (decimal): -3211394 or 8323022. OLE color: 8323022.
HSL color Cylindrical-coordinate representation of color #CEFF7E: hue angle of 82.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEFF7E is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 126 | - |
| CMYK | 0.19 | 0 | 0.51 | 0 |
| HSL | 82.79º | 1% | 0.75% | - |
| HSV(B) | 82.79º | 0.51% | 1% | - |
| XYZ | 64.98 | 86.15 | 32.94 | - |
| YUV | 225.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 126 | 0.19 | 0 | 0.51 | 0 | 82.79 | 1 | 0.75 |
| Hex | CE | FF | 7E | 13 | 0 | 33 | 0 | 53 | 64 | 4B |
| Octal | 316 | 377 | 176 | 23 | 0 | 63 | 0 | 123 | 144 | 113 |
| Binary | 11001110 | 11111111 | 1111110 | 10011 | 0 | 110011 | 0 | 1010011 | 1100100 | 1001011 |
Color Harmonies of #CEFF7E
Complementary color
Monochromatic Colors of #CEFF7E
Black with #CEFF7E
Text Example
Text Example
White with #CEFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF7E; }
p { color: rgb(206,255,126); }
H1.HeaderClassName
{
color: #CEFF7E;
}
.AnyTagClassName
{
color: #CEFF7E;
}
</style>
background-color css
<style>
a { background-color: #CEFF7E; }
a { background-color: rgb(206,255,126); }
div.DivClassName
{
background-color: #CEFF7E;
}
.BgClassName
{
background-color: #CEFF7E;
}
</style>
border-color css
<style>
span { border-color: #CEFF7E; }
span { border-color: rgb(206,255,126); }
td.TdClassName
{
border-color: #CEFF7E;
}
.TagClassName
{
border-color: #CEFF7E;
}
</style>