Shades of Sulu #CBF583
Tints of Sulu #CBF583
RGB
CMYK
RGB Variations
Color information
#CBF583 (or 0xCBF583) is known color: Sulu. HEX triplet: CB, F5 and 83. RGB value is (203,245,131). Sum of RGB (Red+Green+Blue) = 203+245+131=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF583 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF583 is #340A7C. Grayscale: #DBDBDB. Windows color (decimal): -3410557 or 8648139. OLE color: 8648139.
HSL color Cylindrical-coordinate representation of color #CBF583: hue angle of 82.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBF583 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 131 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.04 |
| HSL | 82.11º | 0.85% | 0.74% | - |
| HSV(B) | 82.11º | 0.47% | 0.96% | - |
| XYZ | 61.38 | 79.64 | 33.61 | - |
| YUV | 219.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 131 | 0.17 | 0 | 0.47 | 0.04 | 82.11 | 0.85 | 0.74 |
| Hex | CB | F5 | 83 | 11 | 0 | 2F | 4 | 52 | 55 | 4A |
| Octal | 313 | 365 | 203 | 21 | 0 | 57 | 4 | 122 | 125 | 112 |
| Binary | 11001011 | 11110101 | 10000011 | 10001 | 0 | 101111 | 100 | 1010010 | 1010101 | 1001010 |
Color Harmonies of #CBF583
Complementary color
Monochromatic Colors of #CBF583
Black with #CBF583
Text Example
Text Example
White with #CBF583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF583; }
p { color: rgb(203,245,131); }
H1.HeaderClassName
{
color: #CBF583;
}
.AnyTagClassName
{
color: #CBF583;
}
</style>
background-color css
<style>
a { background-color: #CBF583; }
a { background-color: rgb(203,245,131); }
div.DivClassName
{
background-color: #CBF583;
}
.BgClassName
{
background-color: #CBF583;
}
</style>
border-color css
<style>
span { border-color: #CBF583; }
span { border-color: rgb(203,245,131); }
td.TdClassName
{
border-color: #CBF583;
}
.TagClassName
{
border-color: #CBF583;
}
</style>