Shades of Sulu #CEFF86
Tints of Sulu #CEFF86
RGB
CMYK
RGB Variations
Color information
#CEFF86 (or 0xCEFF86) is known color: Sulu. HEX triplet: CE, FF and 86. RGB value is (206,255,134). Sum of RGB (Red+Green+Blue) = 206+255+134=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF86 is #310079. Grayscale: #E2E2E2. Windows color (decimal): -3211386 or 8847310. OLE color: 8847310.
HSL color Cylindrical-coordinate representation of color #CEFF86: hue angle of 84.3º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEFF86 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 134 | - |
| CMYK | 0.19 | 0 | 0.47 | 0 |
| HSL | 84.3º | 1% | 0.76% | - |
| HSV(B) | 84.3º | 0.47% | 1% | - |
| XYZ | 65.52 | 86.36 | 35.77 | - |
| YUV | 226.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 134 | 0.19 | 0 | 0.47 | 0 | 84.3 | 1 | 0.76 |
| Hex | CE | FF | 86 | 13 | 0 | 2F | 0 | 54 | 64 | 4C |
| Octal | 316 | 377 | 206 | 23 | 0 | 57 | 0 | 124 | 144 | 114 |
| Binary | 11001110 | 11111111 | 10000110 | 10011 | 0 | 101111 | 0 | 1010100 | 1100100 | 1001100 |
Color Harmonies of #CEFF86
Complementary color
Monochromatic Colors of #CEFF86
Black with #CEFF86
Text Example
Text Example
White with #CEFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF86; }
p { color: rgb(206,255,134); }
H1.HeaderClassName
{
color: #CEFF86;
}
.AnyTagClassName
{
color: #CEFF86;
}
</style>
background-color css
<style>
a { background-color: #CEFF86; }
a { background-color: rgb(206,255,134); }
div.DivClassName
{
background-color: #CEFF86;
}
.BgClassName
{
background-color: #CEFF86;
}
</style>
border-color css
<style>
span { border-color: #CEFF86; }
span { border-color: rgb(206,255,134); }
td.TdClassName
{
border-color: #CEFF86;
}
.TagClassName
{
border-color: #CEFF86;
}
</style>