Shades of Sulu #CFE17C
Tints of Sulu #CFE17C
RGB
CMYK
RGB Variations
Color information
#CFE17C (or 0xCFE17C) is known color: Sulu. HEX triplet: CF, E1 and 7C. RGB value is (207,225,124). Sum of RGB (Red+Green+Blue) = 207+225+124=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE17C is #301E83. Grayscale: #D0D0D0. Windows color (decimal): -3153540 or 8184271. OLE color: 8184271.
HSL color Cylindrical-coordinate representation of color #CFE17C: hue angle of 70.69º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE17C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 124 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.12 |
| HSL | 70.69º | 0.63% | 0.68% | - |
| HSV(B) | 70.69º | 0.45% | 0.88% | - |
| XYZ | 56.3 | 68.57 | 29.34 | - |
| YUV | 208.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 124 | 0.08 | 0 | 0.45 | 0.12 | 70.69 | 0.63 | 0.68 |
| Hex | CF | E1 | 7C | 8 | 0 | 2D | C | 47 | 3F | 44 |
| Octal | 317 | 341 | 174 | 10 | 0 | 55 | 14 | 107 | 77 | 104 |
| Binary | 11001111 | 11100001 | 1111100 | 1000 | 0 | 101101 | 1100 | 1000111 | 111111 | 1000100 |
Color Harmonies of #CFE17C
Complementary color
Monochromatic Colors of #CFE17C
Black with #CFE17C
Text Example
Text Example
White with #CFE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE17C; }
p { color: rgb(207,225,124); }
H1.HeaderClassName
{
color: #CFE17C;
}
.AnyTagClassName
{
color: #CFE17C;
}
</style>
background-color css
<style>
a { background-color: #CFE17C; }
a { background-color: rgb(207,225,124); }
div.DivClassName
{
background-color: #CFE17C;
}
.BgClassName
{
background-color: #CFE17C;
}
</style>
border-color css
<style>
span { border-color: #CFE17C; }
span { border-color: rgb(207,225,124); }
td.TdClassName
{
border-color: #CFE17C;
}
.TagClassName
{
border-color: #CFE17C;
}
</style>