Shades of Sulu #CFEF85
Tints of Sulu #CFEF85
RGB
CMYK
RGB Variations
Color information
#CFEF85 (or 0xCFEF85) is known color: Sulu. HEX triplet: CF, EF and 85. RGB value is (207,239,133). Sum of RGB (Red+Green+Blue) = 207+239+133=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF85 is #30107A. Grayscale: #D9D9D9. Windows color (decimal): -3149947 or 8777679. OLE color: 8777679.
HSL color Cylindrical-coordinate representation of color #CFEF85: hue angle of 78.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFEF85 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 133 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.06 |
| HSL | 78.11º | 0.77% | 0.73% | - |
| HSV(B) | 78.11º | 0.44% | 0.94% | - |
| XYZ | 60.83 | 76.69 | 33.79 | - |
| YUV | 217.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 133 | 0.13 | 0 | 0.44 | 0.06 | 78.11 | 0.77 | 0.73 |
| Hex | CF | EF | 85 | D | 0 | 2C | 6 | 4E | 4D | 49 |
| Octal | 317 | 357 | 205 | 15 | 0 | 54 | 6 | 116 | 115 | 111 |
| Binary | 11001111 | 11101111 | 10000101 | 1101 | 0 | 101100 | 110 | 1001110 | 1001101 | 1001001 |
Color Harmonies of #CFEF85
Complementary color
Monochromatic Colors of #CFEF85
Black with #CFEF85
Text Example
Text Example
White with #CFEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF85; }
p { color: rgb(207,239,133); }
H1.HeaderClassName
{
color: #CFEF85;
}
.AnyTagClassName
{
color: #CFEF85;
}
</style>
background-color css
<style>
a { background-color: #CFEF85; }
a { background-color: rgb(207,239,133); }
div.DivClassName
{
background-color: #CFEF85;
}
.BgClassName
{
background-color: #CFEF85;
}
</style>
border-color css
<style>
span { border-color: #CFEF85; }
span { border-color: rgb(207,239,133); }
td.TdClassName
{
border-color: #CFEF85;
}
.TagClassName
{
border-color: #CFEF85;
}
</style>