Shades of Sulu #CFE586
Tints of Sulu #CFE586
RGB
CMYK
RGB Variations
Color information
#CFE586 (or 0xCFE586) is known color: Sulu. HEX triplet: CF, E5 and 86. RGB value is (207,229,134). Sum of RGB (Red+Green+Blue) = 207+229+134=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE586 is #301A79. Grayscale: #D3D3D3. Windows color (decimal): -3152506 or 8840655. OLE color: 8840655.
HSL color Cylindrical-coordinate representation of color #CFE586: hue angle of 73.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE586 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 134 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.10 |
| HSL | 73.89º | 0.65% | 0.71% | - |
| HSV(B) | 73.89º | 0.41% | 0.9% | - |
| XYZ | 58.05 | 71.03 | 33.2 | - |
| YUV | 211.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 134 | 0.10 | 0 | 0.41 | 0.10 | 73.89 | 0.65 | 0.71 |
| Hex | CF | E5 | 86 | A | 0 | 29 | A | 4A | 41 | 47 |
| Octal | 317 | 345 | 206 | 12 | 0 | 51 | 12 | 112 | 101 | 107 |
| Binary | 11001111 | 11100101 | 10000110 | 1010 | 0 | 101001 | 1010 | 1001010 | 1000001 | 1000111 |
Color Harmonies of #CFE586
Complementary color
Monochromatic Colors of #CFE586
Black with #CFE586
Text Example
Text Example
White with #CFE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE586; }
p { color: rgb(207,229,134); }
H1.HeaderClassName
{
color: #CFE586;
}
.AnyTagClassName
{
color: #CFE586;
}
</style>
background-color css
<style>
a { background-color: #CFE586; }
a { background-color: rgb(207,229,134); }
div.DivClassName
{
background-color: #CFE586;
}
.BgClassName
{
background-color: #CFE586;
}
</style>
border-color css
<style>
span { border-color: #CFE586; }
span { border-color: rgb(207,229,134); }
td.TdClassName
{
border-color: #CFE586;
}
.TagClassName
{
border-color: #CFE586;
}
</style>