Shades of Sulu #CFEB8D
Tints of Sulu #CFEB8D
RGB
CMYK
RGB Variations
Color information
#CFEB8D (or 0xCFEB8D) is known color: Sulu. HEX triplet: CF, EB and 8D. RGB value is (207,235,141). Sum of RGB (Red+Green+Blue) = 207+235+141=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB8D is #301472. Grayscale: #D8D8D8. Windows color (decimal): -3150963 or 9300943. OLE color: 9300943.
HSL color Cylindrical-coordinate representation of color #CFEB8D: hue angle of 77.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFEB8D is Cyan = 0.12, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 141 | - |
| CMYK | 0.12 | 0 | 0.4 | 0.08 |
| HSL | 77.87º | 0.7% | 0.74% | - |
| HSV(B) | 77.87º | 0.4% | 0.92% | - |
| XYZ | 60.25 | 74.61 | 36.42 | - |
| YUV | 215.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 141 | 0.12 | 0 | 0.4 | 0.08 | 77.87 | 0.7 | 0.74 |
| Hex | CF | EB | 8D | C | 0 | 28 | 8 | 4E | 46 | 4A |
| Octal | 317 | 353 | 215 | 14 | 0 | 50 | 10 | 116 | 106 | 112 |
| Binary | 11001111 | 11101011 | 10001101 | 1100 | 0 | 101000 | 1000 | 1001110 | 1000110 | 1001010 |
Color Harmonies of #CFEB8D
Complementary color
Monochromatic Colors of #CFEB8D
Black with #CFEB8D
Text Example
Text Example
White with #CFEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB8D; }
p { color: rgb(207,235,141); }
H1.HeaderClassName
{
color: #CFEB8D;
}
.AnyTagClassName
{
color: #CFEB8D;
}
</style>
background-color css
<style>
a { background-color: #CFEB8D; }
a { background-color: rgb(207,235,141); }
div.DivClassName
{
background-color: #CFEB8D;
}
.BgClassName
{
background-color: #CFEB8D;
}
</style>
border-color css
<style>
span { border-color: #CFEB8D; }
span { border-color: rgb(207,235,141); }
td.TdClassName
{
border-color: #CFEB8D;
}
.TagClassName
{
border-color: #CFEB8D;
}
</style>