Shades of Sulu #CFED86
Tints of Sulu #CFED86
RGB
CMYK
RGB Variations
Color information
#CFED86 (or 0xCFED86) is known color: Sulu. HEX triplet: CF, ED and 86. RGB value is (207,237,134). Sum of RGB (Red+Green+Blue) = 207+237+134=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED86 is #301279. Grayscale: #D8D8D8. Windows color (decimal): -3150458 or 8842703. OLE color: 8842703.
HSL color Cylindrical-coordinate representation of color #CFED86: hue angle of 77.48º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFED86 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 134 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.07 |
| HSL | 77.48º | 0.74% | 0.73% | - |
| HSV(B) | 77.48º | 0.43% | 0.93% | - |
| XYZ | 60.32 | 75.56 | 33.96 | - |
| YUV | 216.29 | 81.56 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 134 | 0.13 | 0 | 0.43 | 0.07 | 77.48 | 0.74 | 0.73 |
| Hex | CF | ED | 86 | D | 0 | 2B | 7 | 4D | 4A | 49 |
| Octal | 317 | 355 | 206 | 15 | 0 | 53 | 7 | 115 | 112 | 111 |
| Binary | 11001111 | 11101101 | 10000110 | 1101 | 0 | 101011 | 111 | 1001101 | 1001010 | 1001001 |
Color Harmonies of #CFED86
Complementary color
Monochromatic Colors of #CFED86
Black with #CFED86
Text Example
Text Example
White with #CFED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED86; }
p { color: rgb(207,237,134); }
H1.HeaderClassName
{
color: #CFED86;
}
.AnyTagClassName
{
color: #CFED86;
}
</style>
background-color css
<style>
a { background-color: #CFED86; }
a { background-color: rgb(207,237,134); }
div.DivClassName
{
background-color: #CFED86;
}
.BgClassName
{
background-color: #CFED86;
}
</style>
border-color css
<style>
span { border-color: #CFED86; }
span { border-color: rgb(207,237,134); }
td.TdClassName
{
border-color: #CFED86;
}
.TagClassName
{
border-color: #CFED86;
}
</style>