Shades of Sulu #CBF983
Tints of Sulu #CBF983
RGB
CMYK
RGB Variations
Color information
#CBF983 (or 0xCBF983) is known color: Sulu. HEX triplet: CB, F9 and 83. RGB value is (203,249,131). Sum of RGB (Red+Green+Blue) = 203+249+131=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF983 is #34067C. Grayscale: #DEDEDE. Windows color (decimal): -3409533 or 8649163. OLE color: 8649163.
HSL color Cylindrical-coordinate representation of color #CBF983: hue angle of 83.39º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBF983 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 131 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.02 |
| HSL | 83.39º | 0.91% | 0.75% | - |
| HSV(B) | 83.39º | 0.47% | 0.98% | - |
| XYZ | 62.6 | 82.09 | 34.02 | - |
| YUV | 221.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 131 | 0.18 | 0 | 0.47 | 0.02 | 83.39 | 0.91 | 0.75 |
| Hex | CB | F9 | 83 | 12 | 0 | 2F | 2 | 53 | 5B | 4B |
| Octal | 313 | 371 | 203 | 22 | 0 | 57 | 2 | 123 | 133 | 113 |
| Binary | 11001011 | 11111001 | 10000011 | 10010 | 0 | 101111 | 10 | 1010011 | 1011011 | 1001011 |
Color Harmonies of #CBF983
Complementary color
Monochromatic Colors of #CBF983
Black with #CBF983
Text Example
Text Example
White with #CBF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF983; }
p { color: rgb(203,249,131); }
H1.HeaderClassName
{
color: #CBF983;
}
.AnyTagClassName
{
color: #CBF983;
}
</style>
background-color css
<style>
a { background-color: #CBF983; }
a { background-color: rgb(203,249,131); }
div.DivClassName
{
background-color: #CBF983;
}
.BgClassName
{
background-color: #CBF983;
}
</style>
border-color css
<style>
span { border-color: #CBF983; }
span { border-color: rgb(203,249,131); }
td.TdClassName
{
border-color: #CBF983;
}
.TagClassName
{
border-color: #CBF983;
}
</style>