Shades of Sulu #CBF072
Tints of Sulu #CBF072
RGB
CMYK
RGB Variations
Color information
#CBF072 (or 0xCBF072) is known color: Sulu. HEX triplet: CB, F0 and 72. RGB value is (203,240,114). Sum of RGB (Red+Green+Blue) = 203+240+114=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF072 is #340F8D. Grayscale: #D7D7D7. Windows color (decimal): -3411854 or 7532747. OLE color: 7532747.
HSL color Cylindrical-coordinate representation of color #CBF072: hue angle of 77.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBF072 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 114 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.06 |
| HSL | 77.62º | 0.81% | 0.69% | - |
| HSV(B) | 77.62º | 0.53% | 0.94% | - |
| XYZ | 58.83 | 76.23 | 27.53 | - |
| YUV | 214.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 114 | 0.15 | 0 | 0.52 | 0.06 | 77.62 | 0.81 | 0.69 |
| Hex | CB | F0 | 72 | F | 0 | 34 | 6 | 4E | 51 | 45 |
| Octal | 313 | 360 | 162 | 17 | 0 | 64 | 6 | 116 | 121 | 105 |
| Binary | 11001011 | 11110000 | 1110010 | 1111 | 0 | 110100 | 110 | 1001110 | 1010001 | 1000101 |
Color Harmonies of #CBF072
Complementary color
Monochromatic Colors of #CBF072
Black with #CBF072
Text Example
Text Example
White with #CBF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF072; }
p { color: rgb(203,240,114); }
H1.HeaderClassName
{
color: #CBF072;
}
.AnyTagClassName
{
color: #CBF072;
}
</style>
background-color css
<style>
a { background-color: #CBF072; }
a { background-color: rgb(203,240,114); }
div.DivClassName
{
background-color: #CBF072;
}
.BgClassName
{
background-color: #CBF072;
}
</style>
border-color css
<style>
span { border-color: #CBF072; }
span { border-color: rgb(203,240,114); }
td.TdClassName
{
border-color: #CBF072;
}
.TagClassName
{
border-color: #CBF072;
}
</style>