Shades of Sulu #CFE880
Tints of Sulu #CFE880
RGB
CMYK
RGB Variations
Color information
#CFE880 (or 0xCFE880) is known color: Sulu. HEX triplet: CF, E8 and 80. RGB value is (207,232,128). Sum of RGB (Red+Green+Blue) = 207+232+128=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE880 is #30177F. Grayscale: #D5D5D5. Windows color (decimal): -3151744 or 8448207. OLE color: 8448207.
HSL color Cylindrical-coordinate representation of color #CFE880: hue angle of 74.42º degrees, saturation: 0.69, 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 #CFE880 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 128 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.09 |
| HSL | 74.42º | 0.69% | 0.71% | - |
| HSV(B) | 74.42º | 0.45% | 0.91% | - |
| XYZ | 58.49 | 72.54 | 31.34 | - |
| YUV | 212.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 128 | 0.11 | 0 | 0.45 | 0.09 | 74.42 | 0.69 | 0.71 |
| Hex | CF | E8 | 80 | B | 0 | 2D | 9 | 4A | 45 | 47 |
| Octal | 317 | 350 | 200 | 13 | 0 | 55 | 11 | 112 | 105 | 107 |
| Binary | 11001111 | 11101000 | 10000000 | 1011 | 0 | 101101 | 1001 | 1001010 | 1000101 | 1000111 |
Color Harmonies of #CFE880
Complementary color
Monochromatic Colors of #CFE880
Black with #CFE880
Text Example
Text Example
White with #CFE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE880; }
p { color: rgb(207,232,128); }
H1.HeaderClassName
{
color: #CFE880;
}
.AnyTagClassName
{
color: #CFE880;
}
</style>
background-color css
<style>
a { background-color: #CFE880; }
a { background-color: rgb(207,232,128); }
div.DivClassName
{
background-color: #CFE880;
}
.BgClassName
{
background-color: #CFE880;
}
</style>
border-color css
<style>
span { border-color: #CFE880; }
span { border-color: rgb(207,232,128); }
td.TdClassName
{
border-color: #CFE880;
}
.TagClassName
{
border-color: #CFE880;
}
</style>