Shades of Sulu #CEFF85
Tints of Sulu #CEFF85
RGB
CMYK
RGB Variations
Color information
#CEFF85 (or 0xCEFF85) is known color: Sulu. HEX triplet: CE, FF and 85. RGB value is (206,255,133). Sum of RGB (Red+Green+Blue) = 206+255+133=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF85 is #31007A. Grayscale: #E2E2E2. Windows color (decimal): -3211387 or 8781774. OLE color: 8781774.
HSL color Cylindrical-coordinate representation of color #CEFF85: hue angle of 84.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEFF85 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 133 | - |
| CMYK | 0.19 | 0 | 0.48 | 0 |
| HSL | 84.1º | 1% | 0.76% | - |
| HSV(B) | 84.1º | 0.48% | 1% | - |
| XYZ | 65.45 | 86.34 | 35.41 | - |
| YUV | 226.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 133 | 0.19 | 0 | 0.48 | 0 | 84.1 | 1 | 0.76 |
| Hex | CE | FF | 85 | 13 | 0 | 30 | 0 | 54 | 64 | 4C |
| Octal | 316 | 377 | 205 | 23 | 0 | 60 | 0 | 124 | 144 | 114 |
| Binary | 11001110 | 11111111 | 10000101 | 10011 | 0 | 110000 | 0 | 1010100 | 1100100 | 1001100 |
Color Harmonies of #CEFF85
Complementary color
Monochromatic Colors of #CEFF85
Black with #CEFF85
Text Example
Text Example
White with #CEFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF85; }
p { color: rgb(206,255,133); }
H1.HeaderClassName
{
color: #CEFF85;
}
.AnyTagClassName
{
color: #CEFF85;
}
</style>
background-color css
<style>
a { background-color: #CEFF85; }
a { background-color: rgb(206,255,133); }
div.DivClassName
{
background-color: #CEFF85;
}
.BgClassName
{
background-color: #CEFF85;
}
</style>
border-color css
<style>
span { border-color: #CEFF85; }
span { border-color: rgb(206,255,133); }
td.TdClassName
{
border-color: #CEFF85;
}
.TagClassName
{
border-color: #CEFF85;
}
</style>