Shades of Sulu #CFF785
Tints of Sulu #CFF785
RGB
CMYK
RGB Variations
Color information
#CFF785 (or 0xCFF785) is known color: Sulu. HEX triplet: CF, F7 and 85. RGB value is (207,247,133). Sum of RGB (Red+Green+Blue) = 207+247+133=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF785 is #30087A. Grayscale: #DEDEDE. Windows color (decimal): -3147899 or 8779727. OLE color: 8779727.
HSL color Cylindrical-coordinate representation of color #CFF785: hue angle of 81.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFF785 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 133 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.03 |
| HSL | 81.05º | 0.88% | 0.75% | - |
| HSV(B) | 81.05º | 0.46% | 0.97% | - |
| XYZ | 63.23 | 81.48 | 34.59 | - |
| YUV | 222.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 133 | 0.16 | 0 | 0.46 | 0.03 | 81.05 | 0.88 | 0.75 |
| Hex | CF | F7 | 85 | 10 | 0 | 2E | 3 | 51 | 58 | 4B |
| Octal | 317 | 367 | 205 | 20 | 0 | 56 | 3 | 121 | 130 | 113 |
| Binary | 11001111 | 11110111 | 10000101 | 10000 | 0 | 101110 | 11 | 1010001 | 1011000 | 1001011 |
Color Harmonies of #CFF785
Complementary color
Monochromatic Colors of #CFF785
Black with #CFF785
Text Example
Text Example
White with #CFF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF785; }
p { color: rgb(207,247,133); }
H1.HeaderClassName
{
color: #CFF785;
}
.AnyTagClassName
{
color: #CFF785;
}
</style>
background-color css
<style>
a { background-color: #CFF785; }
a { background-color: rgb(207,247,133); }
div.DivClassName
{
background-color: #CFF785;
}
.BgClassName
{
background-color: #CFF785;
}
</style>
border-color css
<style>
span { border-color: #CFF785; }
span { border-color: rgb(207,247,133); }
td.TdClassName
{
border-color: #CFF785;
}
.TagClassName
{
border-color: #CFF785;
}
</style>