Shades of Sulu #CBF383
Tints of Sulu #CBF383
RGB
CMYK
RGB Variations
Color information
#CBF383 (or 0xCBF383) is known color: Sulu. HEX triplet: CB, F3 and 83. RGB value is (203,243,131). Sum of RGB (Red+Green+Blue) = 203+243+131=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF383 is #340C7C. Grayscale: #DADADA. Windows color (decimal): -3411069 or 8647627. OLE color: 8647627.
HSL color Cylindrical-coordinate representation of color #CBF383: hue angle of 81.43º degrees, saturation: 0.82, 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 #CBF383 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 131 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 81.43º | 0.82% | 0.73% | - |
| HSV(B) | 81.43º | 0.46% | 0.95% | - |
| XYZ | 60.78 | 78.44 | 33.41 | - |
| YUV | 218.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 131 | 0.16 | 0 | 0.46 | 0.05 | 81.43 | 0.82 | 0.73 |
| Hex | CB | F3 | 83 | 10 | 0 | 2E | 5 | 51 | 52 | 49 |
| Octal | 313 | 363 | 203 | 20 | 0 | 56 | 5 | 121 | 122 | 111 |
| Binary | 11001011 | 11110011 | 10000011 | 10000 | 0 | 101110 | 101 | 1010001 | 1010010 | 1001001 |
Color Harmonies of #CBF383
Complementary color
Monochromatic Colors of #CBF383
Black with #CBF383
Text Example
Text Example
White with #CBF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF383; }
p { color: rgb(203,243,131); }
H1.HeaderClassName
{
color: #CBF383;
}
.AnyTagClassName
{
color: #CBF383;
}
</style>
background-color css
<style>
a { background-color: #CBF383; }
a { background-color: rgb(203,243,131); }
div.DivClassName
{
background-color: #CBF383;
}
.BgClassName
{
background-color: #CBF383;
}
</style>
border-color css
<style>
span { border-color: #CBF383; }
span { border-color: rgb(203,243,131); }
td.TdClassName
{
border-color: #CBF383;
}
.TagClassName
{
border-color: #CBF383;
}
</style>