Shades of Sulu #CEED7D
Tints of Sulu #CEED7D
RGB
CMYK
RGB Variations
Color information
#CEED7D (or 0xCEED7D) is known color: Sulu. HEX triplet: CE, ED and 7D. RGB value is (206,237,125). Sum of RGB (Red+Green+Blue) = 206+237+125=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED7D is #311282. Grayscale: #D7D7D7. Windows color (decimal): -3216003 or 8252878. OLE color: 8252878.
HSL color Cylindrical-coordinate representation of color #CEED7D: hue angle of 76.61º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEED7D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 125 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.07 |
| HSL | 76.61º | 0.76% | 0.71% | - |
| HSV(B) | 76.61º | 0.47% | 0.93% | - |
| XYZ | 59.44 | 75.17 | 30.78 | - |
| YUV | 214.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 125 | 0.13 | 0 | 0.47 | 0.07 | 76.61 | 0.76 | 0.71 |
| Hex | CE | ED | 7D | D | 0 | 2F | 7 | 4D | 4C | 47 |
| Octal | 316 | 355 | 175 | 15 | 0 | 57 | 7 | 115 | 114 | 107 |
| Binary | 11001110 | 11101101 | 1111101 | 1101 | 0 | 101111 | 111 | 1001101 | 1001100 | 1000111 |
Color Harmonies of #CEED7D
Complementary color
Monochromatic Colors of #CEED7D
Black with #CEED7D
Text Example
Text Example
White with #CEED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED7D; }
p { color: rgb(206,237,125); }
H1.HeaderClassName
{
color: #CEED7D;
}
.AnyTagClassName
{
color: #CEED7D;
}
</style>
background-color css
<style>
a { background-color: #CEED7D; }
a { background-color: rgb(206,237,125); }
div.DivClassName
{
background-color: #CEED7D;
}
.BgClassName
{
background-color: #CEED7D;
}
</style>
border-color css
<style>
span { border-color: #CEED7D; }
span { border-color: rgb(206,237,125); }
td.TdClassName
{
border-color: #CEED7D;
}
.TagClassName
{
border-color: #CEED7D;
}
</style>