Shades of Sulu #CFEA86
Tints of Sulu #CFEA86
RGB
CMYK
RGB Variations
Color information
#CFEA86 (or 0xCFEA86) is known color: Sulu. HEX triplet: CF, EA and 86. RGB value is (207,234,134). Sum of RGB (Red+Green+Blue) = 207+234+134=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA86 is #301579. Grayscale: #D6D6D6. Windows color (decimal): -3151226 or 8841935. OLE color: 8841935.
HSL color Cylindrical-coordinate representation of color #CFEA86: hue angle of 76.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFEA86 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 134 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.08 |
| HSL | 76.2º | 0.7% | 0.72% | - |
| HSV(B) | 76.2º | 0.43% | 0.92% | - |
| XYZ | 59.46 | 73.83 | 33.67 | - |
| YUV | 214.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 134 | 0.12 | 0 | 0.43 | 0.08 | 76.2 | 0.7 | 0.72 |
| Hex | CF | EA | 86 | C | 0 | 2B | 8 | 4C | 46 | 48 |
| Octal | 317 | 352 | 206 | 14 | 0 | 53 | 10 | 114 | 106 | 110 |
| Binary | 11001111 | 11101010 | 10000110 | 1100 | 0 | 101011 | 1000 | 1001100 | 1000110 | 1001000 |
Color Harmonies of #CFEA86
Complementary color
Monochromatic Colors of #CFEA86
Black with #CFEA86
Text Example
Text Example
White with #CFEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA86; }
p { color: rgb(207,234,134); }
H1.HeaderClassName
{
color: #CFEA86;
}
.AnyTagClassName
{
color: #CFEA86;
}
</style>
background-color css
<style>
a { background-color: #CFEA86; }
a { background-color: rgb(207,234,134); }
div.DivClassName
{
background-color: #CFEA86;
}
.BgClassName
{
background-color: #CFEA86;
}
</style>
border-color css
<style>
span { border-color: #CFEA86; }
span { border-color: rgb(207,234,134); }
td.TdClassName
{
border-color: #CFEA86;
}
.TagClassName
{
border-color: #CFEA86;
}
</style>