Shades of Sulu #CEED85
Tints of Sulu #CEED85
RGB
CMYK
RGB Variations
Color information
#CEED85 (or 0xCEED85) is known color: Sulu. HEX triplet: CE, ED and 85. RGB value is (206,237,133). Sum of RGB (Red+Green+Blue) = 206+237+133=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED85 is #31127A. Grayscale: #D8D8D8. Windows color (decimal): -3215995 or 8777166. OLE color: 8777166.
HSL color Cylindrical-coordinate representation of color #CEED85: hue angle of 77.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEED85 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 133 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.07 |
| HSL | 77.88º | 0.74% | 0.73% | - |
| HSV(B) | 77.88º | 0.44% | 0.93% | - |
| XYZ | 59.97 | 75.38 | 33.58 | - |
| YUV | 215.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 133 | 0.13 | 0 | 0.44 | 0.07 | 77.88 | 0.74 | 0.73 |
| Hex | CE | ED | 85 | D | 0 | 2C | 7 | 4E | 4A | 49 |
| Octal | 316 | 355 | 205 | 15 | 0 | 54 | 7 | 116 | 112 | 111 |
| Binary | 11001110 | 11101101 | 10000101 | 1101 | 0 | 101100 | 111 | 1001110 | 1001010 | 1001001 |
Color Harmonies of #CEED85
Complementary color
Monochromatic Colors of #CEED85
Black with #CEED85
Text Example
Text Example
White with #CEED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED85; }
p { color: rgb(206,237,133); }
H1.HeaderClassName
{
color: #CEED85;
}
.AnyTagClassName
{
color: #CEED85;
}
</style>
background-color css
<style>
a { background-color: #CEED85; }
a { background-color: rgb(206,237,133); }
div.DivClassName
{
background-color: #CEED85;
}
.BgClassName
{
background-color: #CEED85;
}
</style>
border-color css
<style>
span { border-color: #CEED85; }
span { border-color: rgb(206,237,133); }
td.TdClassName
{
border-color: #CEED85;
}
.TagClassName
{
border-color: #CEED85;
}
</style>