Shades of Sulu #CFF289
Tints of Sulu #CFF289
RGB
CMYK
RGB Variations
Color information
#CFF289 (or 0xCFF289) is known color: Sulu. HEX triplet: CF, F2 and 89. RGB value is (207,242,137). Sum of RGB (Red+Green+Blue) = 207+242+137=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF289 is #300D76. Grayscale: #DBDBDB. Windows color (decimal): -3149175 or 9040591. OLE color: 9040591.
HSL color Cylindrical-coordinate representation of color #CFF289: hue angle of 80º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF289 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 137 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.05 |
| HSL | 80º | 0.8% | 0.74% | - |
| HSV(B) | 80º | 0.43% | 0.95% | - |
| XYZ | 62 | 78.58 | 35.57 | - |
| YUV | 219.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 137 | 0.14 | 0 | 0.43 | 0.05 | 80 | 0.8 | 0.74 |
| Hex | CF | F2 | 89 | E | 0 | 2B | 5 | 50 | 50 | 4A |
| Octal | 317 | 362 | 211 | 16 | 0 | 53 | 5 | 120 | 120 | 112 |
| Binary | 11001111 | 11110010 | 10001001 | 1110 | 0 | 101011 | 101 | 1010000 | 1010000 | 1001010 |
Color Harmonies of #CFF289
Complementary color
Monochromatic Colors of #CFF289
Black with #CFF289
Text Example
Text Example
White with #CFF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF289; }
p { color: rgb(207,242,137); }
H1.HeaderClassName
{
color: #CFF289;
}
.AnyTagClassName
{
color: #CFF289;
}
</style>
background-color css
<style>
a { background-color: #CFF289; }
a { background-color: rgb(207,242,137); }
div.DivClassName
{
background-color: #CFF289;
}
.BgClassName
{
background-color: #CFF289;
}
</style>
border-color css
<style>
span { border-color: #CFF289; }
span { border-color: rgb(207,242,137); }
td.TdClassName
{
border-color: #CFF289;
}
.TagClassName
{
border-color: #CFF289;
}
</style>