Shades of Sulu #CFE17D
Tints of Sulu #CFE17D
RGB
CMYK
RGB Variations
Color information
#CFE17D (or 0xCFE17D) is known color: Sulu. HEX triplet: CF, E1 and 7D. RGB value is (207,225,125). Sum of RGB (Red+Green+Blue) = 207+225+125=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE17D is #301E82. Grayscale: #D0D0D0. Windows color (decimal): -3153539 or 8249807. OLE color: 8249807.
HSL color Cylindrical-coordinate representation of color #CFE17D: hue angle of 70.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFE17D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 125 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.12 |
| HSL | 70.8º | 0.63% | 0.69% | - |
| HSV(B) | 70.8º | 0.44% | 0.88% | - |
| XYZ | 56.36 | 68.6 | 29.67 | - |
| YUV | 208.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 125 | 0.08 | 0 | 0.44 | 0.12 | 70.8 | 0.63 | 0.69 |
| Hex | CF | E1 | 7D | 8 | 0 | 2C | C | 47 | 3E | 45 |
| Octal | 317 | 341 | 175 | 10 | 0 | 54 | 14 | 107 | 76 | 105 |
| Binary | 11001111 | 11100001 | 1111101 | 1000 | 0 | 101100 | 1100 | 1000111 | 111110 | 1000101 |
Color Harmonies of #CFE17D
Complementary color
Monochromatic Colors of #CFE17D
Black with #CFE17D
Text Example
Text Example
White with #CFE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE17D; }
p { color: rgb(207,225,125); }
H1.HeaderClassName
{
color: #CFE17D;
}
.AnyTagClassName
{
color: #CFE17D;
}
</style>
background-color css
<style>
a { background-color: #CFE17D; }
a { background-color: rgb(207,225,125); }
div.DivClassName
{
background-color: #CFE17D;
}
.BgClassName
{
background-color: #CFE17D;
}
</style>
border-color css
<style>
span { border-color: #CFE17D; }
span { border-color: rgb(207,225,125); }
td.TdClassName
{
border-color: #CFE17D;
}
.TagClassName
{
border-color: #CFE17D;
}
</style>