Shades of Sulu #CBF270
Tints of Sulu #CBF270
RGB
CMYK
RGB Variations
Color information
#CBF270 (or 0xCBF270) is known color: Sulu. HEX triplet: CB, F2 and 70. RGB value is (203,242,112). Sum of RGB (Red+Green+Blue) = 203+242+112=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF270 is #340D8F. Grayscale: #D8D8D8. Windows color (decimal): -3411344 or 7402187. OLE color: 7402187.
HSL color Cylindrical-coordinate representation of color #CBF270: hue angle of 78º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBF270 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 112 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 78º | 0.83% | 0.69% | - |
| HSV(B) | 78º | 0.54% | 0.95% | - |
| XYZ | 59.31 | 77.37 | 27.14 | - |
| YUV | 215.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 112 | 0.16 | 0 | 0.54 | 0.05 | 78 | 0.83 | 0.69 |
| Hex | CB | F2 | 70 | 10 | 0 | 36 | 5 | 4E | 53 | 45 |
| Octal | 313 | 362 | 160 | 20 | 0 | 66 | 5 | 116 | 123 | 105 |
| Binary | 11001011 | 11110010 | 1110000 | 10000 | 0 | 110110 | 101 | 1001110 | 1010011 | 1000101 |
Color Harmonies of #CBF270
Complementary color
Monochromatic Colors of #CBF270
Black with #CBF270
Text Example
Text Example
White with #CBF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF270; }
p { color: rgb(203,242,112); }
H1.HeaderClassName
{
color: #CBF270;
}
.AnyTagClassName
{
color: #CBF270;
}
</style>
background-color css
<style>
a { background-color: #CBF270; }
a { background-color: rgb(203,242,112); }
div.DivClassName
{
background-color: #CBF270;
}
.BgClassName
{
background-color: #CBF270;
}
</style>
border-color css
<style>
span { border-color: #CBF270; }
span { border-color: rgb(203,242,112); }
td.TdClassName
{
border-color: #CBF270;
}
.TagClassName
{
border-color: #CBF270;
}
</style>