Shades of Sulu #CFF584
Tints of Sulu #CFF584
RGB
CMYK
RGB Variations
Color information
#CFF584 (or 0xCFF584) is known color: Sulu. HEX triplet: CF, F5 and 84. RGB value is (207,245,132). Sum of RGB (Red+Green+Blue) = 207+245+132=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF584 is #300A7B. Grayscale: #DDDDDD. Windows color (decimal): -3148412 or 8713679. OLE color: 8713679.
HSL color Cylindrical-coordinate representation of color #CFF584: hue angle of 80.18º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFF584 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 132 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 80.18º | 0.85% | 0.74% | - |
| HSV(B) | 80.18º | 0.46% | 0.96% | - |
| XYZ | 62.55 | 80.24 | 34.02 | - |
| YUV | 220.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 132 | 0.16 | 0 | 0.46 | 0.04 | 80.18 | 0.85 | 0.74 |
| Hex | CF | F5 | 84 | 10 | 0 | 2E | 4 | 50 | 55 | 4A |
| Octal | 317 | 365 | 204 | 20 | 0 | 56 | 4 | 120 | 125 | 112 |
| Binary | 11001111 | 11110101 | 10000100 | 10000 | 0 | 101110 | 100 | 1010000 | 1010101 | 1001010 |
Color Harmonies of #CFF584
Complementary color
Monochromatic Colors of #CFF584
Black with #CFF584
Text Example
Text Example
White with #CFF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF584; }
p { color: rgb(207,245,132); }
H1.HeaderClassName
{
color: #CFF584;
}
.AnyTagClassName
{
color: #CFF584;
}
</style>
background-color css
<style>
a { background-color: #CFF584; }
a { background-color: rgb(207,245,132); }
div.DivClassName
{
background-color: #CFF584;
}
.BgClassName
{
background-color: #CFF584;
}
</style>
border-color css
<style>
span { border-color: #CFF584; }
span { border-color: rgb(207,245,132); }
td.TdClassName
{
border-color: #CFF584;
}
.TagClassName
{
border-color: #CFF584;
}
</style>