Shades of Sulu #CBF579
Tints of Sulu #CBF579
RGB
CMYK
RGB Variations
Color information
#CBF579 (or 0xCBF579) is known color: Sulu. HEX triplet: CB, F5 and 79. RGB value is (203,245,121). Sum of RGB (Red+Green+Blue) = 203+245+121=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF579 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF579 is #340A86. Grayscale: #DADADA. Windows color (decimal): -3410567 or 7992779. OLE color: 7992779.
HSL color Cylindrical-coordinate representation of color #CBF579: hue angle of 80.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF579 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 121 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.04 |
| HSL | 80.32º | 0.86% | 0.72% | - |
| HSV(B) | 80.32º | 0.51% | 0.96% | - |
| XYZ | 60.73 | 79.38 | 30.21 | - |
| YUV | 218.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 121 | 0.17 | 0 | 0.51 | 0.04 | 80.32 | 0.86 | 0.72 |
| Hex | CB | F5 | 79 | 11 | 0 | 33 | 4 | 50 | 56 | 48 |
| Octal | 313 | 365 | 171 | 21 | 0 | 63 | 4 | 120 | 126 | 110 |
| Binary | 11001011 | 11110101 | 1111001 | 10001 | 0 | 110011 | 100 | 1010000 | 1010110 | 1001000 |
Color Harmonies of #CBF579
Complementary color
Monochromatic Colors of #CBF579
Black with #CBF579
Text Example
Text Example
White with #CBF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF579; }
p { color: rgb(203,245,121); }
H1.HeaderClassName
{
color: #CBF579;
}
.AnyTagClassName
{
color: #CBF579;
}
</style>
background-color css
<style>
a { background-color: #CBF579; }
a { background-color: rgb(203,245,121); }
div.DivClassName
{
background-color: #CBF579;
}
.BgClassName
{
background-color: #CBF579;
}
</style>
border-color css
<style>
span { border-color: #CBF579; }
span { border-color: rgb(203,245,121); }
td.TdClassName
{
border-color: #CBF579;
}
.TagClassName
{
border-color: #CBF579;
}
</style>