Shades of Sulu #CFF580
Tints of Sulu #CFF580
RGB
CMYK
RGB Variations
Color information
#CFF580 (or 0xCFF580) is known color: Sulu. HEX triplet: CF, F5 and 80. RGB value is (207,245,128). Sum of RGB (Red+Green+Blue) = 207+245+128=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF580 is #300A7F. Grayscale: #DCDCDC. Windows color (decimal): -3148416 or 8451535. OLE color: 8451535.
HSL color Cylindrical-coordinate representation of color #CFF580: hue angle of 79.49º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF580 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 128 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.04 |
| HSL | 79.49º | 0.85% | 0.73% | - |
| HSV(B) | 79.49º | 0.48% | 0.96% | - |
| XYZ | 62.28 | 80.13 | 32.61 | - |
| YUV | 220.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 128 | 0.16 | 0 | 0.48 | 0.04 | 79.49 | 0.85 | 0.73 |
| Hex | CF | F5 | 80 | 10 | 0 | 30 | 4 | 4F | 55 | 49 |
| Octal | 317 | 365 | 200 | 20 | 0 | 60 | 4 | 117 | 125 | 111 |
| Binary | 11001111 | 11110101 | 10000000 | 10000 | 0 | 110000 | 100 | 1001111 | 1010101 | 1001001 |
Color Harmonies of #CFF580
Complementary color
Monochromatic Colors of #CFF580
Black with #CFF580
Text Example
Text Example
White with #CFF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF580; }
p { color: rgb(207,245,128); }
H1.HeaderClassName
{
color: #CFF580;
}
.AnyTagClassName
{
color: #CFF580;
}
</style>
background-color css
<style>
a { background-color: #CFF580; }
a { background-color: rgb(207,245,128); }
div.DivClassName
{
background-color: #CFF580;
}
.BgClassName
{
background-color: #CFF580;
}
</style>
border-color css
<style>
span { border-color: #CFF580; }
span { border-color: rgb(207,245,128); }
td.TdClassName
{
border-color: #CFF580;
}
.TagClassName
{
border-color: #CFF580;
}
</style>