Shades of Sulu #CEFD8B
Tints of Sulu #CEFD8B
RGB
CMYK
RGB Variations
Color information
#CEFD8B (or 0xCEFD8B) is known color: Sulu. HEX triplet: CE, FD and 8B. RGB value is (206,253,139). Sum of RGB (Red+Green+Blue) = 206+253+139=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD8B is #310274. Grayscale: #E2E2E2. Windows color (decimal): -3211893 or 9174478. OLE color: 9174478.
HSL color Cylindrical-coordinate representation of color #CEFD8B: hue angle of 84.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEFD8B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 139 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.01 |
| HSL | 84.74º | 0.97% | 0.77% | - |
| HSV(B) | 84.74º | 0.45% | 0.99% | - |
| XYZ | 65.24 | 85.24 | 37.44 | - |
| YUV | 225.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 139 | 0.19 | 0 | 0.45 | 0.01 | 84.74 | 0.97 | 0.77 |
| Hex | CE | FD | 8B | 13 | 0 | 2D | 1 | 55 | 61 | 4D |
| Octal | 316 | 375 | 213 | 23 | 0 | 55 | 1 | 125 | 141 | 115 |
| Binary | 11001110 | 11111101 | 10001011 | 10011 | 0 | 101101 | 1 | 1010101 | 1100001 | 1001101 |
Color Harmonies of #CEFD8B
Complementary color
Monochromatic Colors of #CEFD8B
Black with #CEFD8B
Text Example
Text Example
White with #CEFD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD8B; }
p { color: rgb(206,253,139); }
H1.HeaderClassName
{
color: #CEFD8B;
}
.AnyTagClassName
{
color: #CEFD8B;
}
</style>
background-color css
<style>
a { background-color: #CEFD8B; }
a { background-color: rgb(206,253,139); }
div.DivClassName
{
background-color: #CEFD8B;
}
.BgClassName
{
background-color: #CEFD8B;
}
</style>
border-color css
<style>
span { border-color: #CEFD8B; }
span { border-color: rgb(206,253,139); }
td.TdClassName
{
border-color: #CEFD8B;
}
.TagClassName
{
border-color: #CEFD8B;
}
</style>