Shades of Sulu #CFF185
Tints of Sulu #CFF185
RGB
CMYK
RGB Variations
Color information
#CFF185 (or 0xCFF185) is known color: Sulu. HEX triplet: CF, F1 and 85. RGB value is (207,241,133). Sum of RGB (Red+Green+Blue) = 207+241+133=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF185 is #300E7A. Grayscale: #DADADA. Windows color (decimal): -3149435 or 8778191. OLE color: 8778191.
HSL color Cylindrical-coordinate representation of color #CFF185: hue angle of 78.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF185 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 133 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.05 |
| HSL | 78.89º | 0.79% | 0.73% | - |
| HSV(B) | 78.89º | 0.45% | 0.95% | - |
| XYZ | 61.42 | 77.87 | 33.98 | - |
| YUV | 218.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 133 | 0.14 | 0 | 0.45 | 0.05 | 78.89 | 0.79 | 0.73 |
| Hex | CF | F1 | 85 | E | 0 | 2D | 5 | 4F | 4F | 49 |
| Octal | 317 | 361 | 205 | 16 | 0 | 55 | 5 | 117 | 117 | 111 |
| Binary | 11001111 | 11110001 | 10000101 | 1110 | 0 | 101101 | 101 | 1001111 | 1001111 | 1001001 |
Color Harmonies of #CFF185
Complementary color
Monochromatic Colors of #CFF185
Black with #CFF185
Text Example
Text Example
White with #CFF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF185; }
p { color: rgb(207,241,133); }
H1.HeaderClassName
{
color: #CFF185;
}
.AnyTagClassName
{
color: #CFF185;
}
</style>
background-color css
<style>
a { background-color: #CFF185; }
a { background-color: rgb(207,241,133); }
div.DivClassName
{
background-color: #CFF185;
}
.BgClassName
{
background-color: #CFF185;
}
</style>
border-color css
<style>
span { border-color: #CFF185; }
span { border-color: rgb(207,241,133); }
td.TdClassName
{
border-color: #CFF185;
}
.TagClassName
{
border-color: #CFF185;
}
</style>