Shades of Sulu #CBF183
Tints of Sulu #CBF183
RGB
CMYK
RGB Variations
Color information
#CBF183 (or 0xCBF183) is known color: Sulu. HEX triplet: CB, F1 and 83. RGB value is (203,241,131). Sum of RGB (Red+Green+Blue) = 203+241+131=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF183 is #340E7C. Grayscale: #D9D9D9. Windows color (decimal): -3411581 or 8647115. OLE color: 8647115.
HSL color Cylindrical-coordinate representation of color #CBF183: hue angle of 80.73º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF183 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 131 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 80.73º | 0.8% | 0.73% | - |
| HSV(B) | 80.73º | 0.46% | 0.95% | - |
| XYZ | 60.18 | 77.25 | 33.21 | - |
| YUV | 217.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 131 | 0.16 | 0 | 0.46 | 0.05 | 80.73 | 0.8 | 0.73 |
| Hex | CB | F1 | 83 | 10 | 0 | 2E | 5 | 51 | 50 | 49 |
| Octal | 313 | 361 | 203 | 20 | 0 | 56 | 5 | 121 | 120 | 111 |
| Binary | 11001011 | 11110001 | 10000011 | 10000 | 0 | 101110 | 101 | 1010001 | 1010000 | 1001001 |
Color Harmonies of #CBF183
Complementary color
Monochromatic Colors of #CBF183
Black with #CBF183
Text Example
Text Example
White with #CBF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF183; }
p { color: rgb(203,241,131); }
H1.HeaderClassName
{
color: #CBF183;
}
.AnyTagClassName
{
color: #CBF183;
}
</style>
background-color css
<style>
a { background-color: #CBF183; }
a { background-color: rgb(203,241,131); }
div.DivClassName
{
background-color: #CBF183;
}
.BgClassName
{
background-color: #CBF183;
}
</style>
border-color css
<style>
span { border-color: #CBF183; }
span { border-color: rgb(203,241,131); }
td.TdClassName
{
border-color: #CBF183;
}
.TagClassName
{
border-color: #CBF183;
}
</style>