Shades of Sulu #CBF483
Tints of Sulu #CBF483
RGB
CMYK
RGB Variations
Color information
#CBF483 (or 0xCBF483) is known color: Sulu. HEX triplet: CB, F4 and 83. RGB value is (203,244,131). Sum of RGB (Red+Green+Blue) = 203+244+131=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF483 is #340B7C. Grayscale: #DBDBDB. Windows color (decimal): -3410813 or 8647883. OLE color: 8647883.
HSL color Cylindrical-coordinate representation of color #CBF483: hue angle of 81.77º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF483 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 131 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.04 |
| HSL | 81.77º | 0.84% | 0.74% | - |
| HSV(B) | 81.77º | 0.46% | 0.96% | - |
| XYZ | 61.08 | 79.04 | 33.51 | - |
| YUV | 218.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 131 | 0.17 | 0 | 0.46 | 0.04 | 81.77 | 0.84 | 0.74 |
| Hex | CB | F4 | 83 | 11 | 0 | 2E | 4 | 52 | 54 | 4A |
| Octal | 313 | 364 | 203 | 21 | 0 | 56 | 4 | 122 | 124 | 112 |
| Binary | 11001011 | 11110100 | 10000011 | 10001 | 0 | 101110 | 100 | 1010010 | 1010100 | 1001010 |
Color Harmonies of #CBF483
Complementary color
Monochromatic Colors of #CBF483
Black with #CBF483
Text Example
Text Example
White with #CBF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF483; }
p { color: rgb(203,244,131); }
H1.HeaderClassName
{
color: #CBF483;
}
.AnyTagClassName
{
color: #CBF483;
}
</style>
background-color css
<style>
a { background-color: #CBF483; }
a { background-color: rgb(203,244,131); }
div.DivClassName
{
background-color: #CBF483;
}
.BgClassName
{
background-color: #CBF483;
}
</style>
border-color css
<style>
span { border-color: #CBF483; }
span { border-color: rgb(203,244,131); }
td.TdClassName
{
border-color: #CBF483;
}
.TagClassName
{
border-color: #CBF483;
}
</style>