Shades of Sulu #CFF980
Tints of Sulu #CFF980
RGB
CMYK
RGB Variations
Color information
#CFF980 (or 0xCFF980) is known color: Sulu. HEX triplet: CF, F9 and 80. RGB value is (207,249,128). Sum of RGB (Red+Green+Blue) = 207+249+128=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF980 is #30067F. Grayscale: #DFDFDF. Windows color (decimal): -3147392 or 8452559. OLE color: 8452559.
HSL color Cylindrical-coordinate representation of color #CFF980: hue angle of 80.83º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF980 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 128 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.02 |
| HSL | 80.83º | 0.91% | 0.74% | - |
| HSV(B) | 80.83º | 0.49% | 0.98% | - |
| XYZ | 63.5 | 82.58 | 33.01 | - |
| YUV | 222.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 128 | 0.17 | 0 | 0.49 | 0.02 | 80.83 | 0.91 | 0.74 |
| Hex | CF | F9 | 80 | 11 | 0 | 31 | 2 | 51 | 5B | 4A |
| Octal | 317 | 371 | 200 | 21 | 0 | 61 | 2 | 121 | 133 | 112 |
| Binary | 11001111 | 11111001 | 10000000 | 10001 | 0 | 110001 | 10 | 1010001 | 1011011 | 1001010 |
Color Harmonies of #CFF980
Complementary color
Monochromatic Colors of #CFF980
Black with #CFF980
Text Example
Text Example
White with #CFF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF980; }
p { color: rgb(207,249,128); }
H1.HeaderClassName
{
color: #CFF980;
}
.AnyTagClassName
{
color: #CFF980;
}
</style>
background-color css
<style>
a { background-color: #CFF980; }
a { background-color: rgb(207,249,128); }
div.DivClassName
{
background-color: #CFF980;
}
.BgClassName
{
background-color: #CFF980;
}
</style>
border-color css
<style>
span { border-color: #CFF980; }
span { border-color: rgb(207,249,128); }
td.TdClassName
{
border-color: #CFF980;
}
.TagClassName
{
border-color: #CFF980;
}
</style>