Shades of Sulu #CEF67E
Tints of Sulu #CEF67E
RGB
CMYK
RGB Variations
Color information
#CEF67E (or 0xCEF67E) is known color: Sulu. HEX triplet: CE, F6 and 7E. RGB value is (206,246,126). Sum of RGB (Red+Green+Blue) = 206+246+126=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF67E is #310981. Grayscale: #DCDCDC. Windows color (decimal): -3213698 or 8320718. OLE color: 8320718.
HSL color Cylindrical-coordinate representation of color #CEF67E: hue angle of 80º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF67E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 126 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.04 |
| HSL | 80º | 0.87% | 0.73% | - |
| HSV(B) | 80º | 0.49% | 0.96% | - |
| XYZ | 62.18 | 80.54 | 32.01 | - |
| YUV | 220.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 126 | 0.16 | 0 | 0.49 | 0.04 | 80 | 0.87 | 0.73 |
| Hex | CE | F6 | 7E | 10 | 0 | 31 | 4 | 50 | 57 | 49 |
| Octal | 316 | 366 | 176 | 20 | 0 | 61 | 4 | 120 | 127 | 111 |
| Binary | 11001110 | 11110110 | 1111110 | 10000 | 0 | 110001 | 100 | 1010000 | 1010111 | 1001001 |
Color Harmonies of #CEF67E
Complementary color
Monochromatic Colors of #CEF67E
Black with #CEF67E
Text Example
Text Example
White with #CEF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF67E; }
p { color: rgb(206,246,126); }
H1.HeaderClassName
{
color: #CEF67E;
}
.AnyTagClassName
{
color: #CEF67E;
}
</style>
background-color css
<style>
a { background-color: #CEF67E; }
a { background-color: rgb(206,246,126); }
div.DivClassName
{
background-color: #CEF67E;
}
.BgClassName
{
background-color: #CEF67E;
}
</style>
border-color css
<style>
span { border-color: #CEF67E; }
span { border-color: rgb(206,246,126); }
td.TdClassName
{
border-color: #CEF67E;
}
.TagClassName
{
border-color: #CEF67E;
}
</style>