Shades of Sulu #CFE980
Tints of Sulu #CFE980
RGB
CMYK
RGB Variations
Color information
#CFE980 (or 0xCFE980) is known color: Sulu. HEX triplet: CF, E9 and 80. RGB value is (207,233,128). Sum of RGB (Red+Green+Blue) = 207+233+128=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE980 is #30167F. Grayscale: #D5D5D5. Windows color (decimal): -3151488 or 8448463. OLE color: 8448463.
HSL color Cylindrical-coordinate representation of color #CFE980: hue angle of 74.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE980 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 128 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.09 |
| HSL | 74.86º | 0.7% | 0.71% | - |
| HSV(B) | 74.86º | 0.45% | 0.91% | - |
| XYZ | 58.77 | 73.1 | 31.43 | - |
| YUV | 213.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 128 | 0.11 | 0 | 0.45 | 0.09 | 74.86 | 0.7 | 0.71 |
| Hex | CF | E9 | 80 | B | 0 | 2D | 9 | 4B | 46 | 47 |
| Octal | 317 | 351 | 200 | 13 | 0 | 55 | 11 | 113 | 106 | 107 |
| Binary | 11001111 | 11101001 | 10000000 | 1011 | 0 | 101101 | 1001 | 1001011 | 1000110 | 1000111 |
Color Harmonies of #CFE980
Complementary color
Monochromatic Colors of #CFE980
Black with #CFE980
Text Example
Text Example
White with #CFE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE980; }
p { color: rgb(207,233,128); }
H1.HeaderClassName
{
color: #CFE980;
}
.AnyTagClassName
{
color: #CFE980;
}
</style>
background-color css
<style>
a { background-color: #CFE980; }
a { background-color: rgb(207,233,128); }
div.DivClassName
{
background-color: #CFE980;
}
.BgClassName
{
background-color: #CFE980;
}
</style>
border-color css
<style>
span { border-color: #CFE980; }
span { border-color: rgb(207,233,128); }
td.TdClassName
{
border-color: #CFE980;
}
.TagClassName
{
border-color: #CFE980;
}
</style>