Shades of Sulu #CFE08D
Tints of Sulu #CFE08D
RGB
CMYK
RGB Variations
Color information
#CFE08D (or 0xCFE08D) is known color: Sulu. HEX triplet: CF, E0 and 8D. RGB value is (207,224,141). Sum of RGB (Red+Green+Blue) = 207+224+141=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE08D is #301F72. Grayscale: #D1D1D1. Windows color (decimal): -3153779 or 9298127. OLE color: 9298127.
HSL color Cylindrical-coordinate representation of color #CFE08D: hue angle of 72.29º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE08D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 141 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.12 |
| HSL | 72.29º | 0.57% | 0.72% | - |
| HSV(B) | 72.29º | 0.37% | 0.88% | - |
| XYZ | 57.2 | 68.5 | 35.41 | - |
| YUV | 209.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 141 | 0.08 | 0 | 0.37 | 0.12 | 72.29 | 0.57 | 0.72 |
| Hex | CF | E0 | 8D | 8 | 0 | 25 | C | 48 | 39 | 48 |
| Octal | 317 | 340 | 215 | 10 | 0 | 45 | 14 | 110 | 71 | 110 |
| Binary | 11001111 | 11100000 | 10001101 | 1000 | 0 | 100101 | 1100 | 1001000 | 111001 | 1001000 |
Color Harmonies of #CFE08D
Complementary color
Monochromatic Colors of #CFE08D
Black with #CFE08D
Text Example
Text Example
White with #CFE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE08D; }
p { color: rgb(207,224,141); }
H1.HeaderClassName
{
color: #CFE08D;
}
.AnyTagClassName
{
color: #CFE08D;
}
</style>
background-color css
<style>
a { background-color: #CFE08D; }
a { background-color: rgb(207,224,141); }
div.DivClassName
{
background-color: #CFE08D;
}
.BgClassName
{
background-color: #CFE08D;
}
</style>
border-color css
<style>
span { border-color: #CFE08D; }
span { border-color: rgb(207,224,141); }
td.TdClassName
{
border-color: #CFE08D;
}
.TagClassName
{
border-color: #CFE08D;
}
</style>