Shades of Sulu #CBF584
Tints of Sulu #CBF584
RGB
CMYK
RGB Variations
Color information
#CBF584 (or 0xCBF584) is known color: Sulu. HEX triplet: CB, F5 and 84. RGB value is (203,245,132). Sum of RGB (Red+Green+Blue) = 203+245+132=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF584 is #340A7B. Grayscale: #DBDBDB. Windows color (decimal): -3410556 or 8713675. OLE color: 8713675.
HSL color Cylindrical-coordinate representation of color #CBF584: hue angle of 82.3º degrees, saturation: 0.85, 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 #CBF584 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 132 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.04 |
| HSL | 82.3º | 0.85% | 0.74% | - |
| HSV(B) | 82.3º | 0.46% | 0.96% | - |
| XYZ | 61.45 | 79.67 | 33.97 | - |
| YUV | 219.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 132 | 0.17 | 0 | 0.46 | 0.04 | 82.3 | 0.85 | 0.74 |
| Hex | CB | F5 | 84 | 11 | 0 | 2E | 4 | 52 | 55 | 4A |
| Octal | 313 | 365 | 204 | 21 | 0 | 56 | 4 | 122 | 125 | 112 |
| Binary | 11001011 | 11110101 | 10000100 | 10001 | 0 | 101110 | 100 | 1010010 | 1010101 | 1001010 |
Color Harmonies of #CBF584
Complementary color
Monochromatic Colors of #CBF584
Black with #CBF584
Text Example
Text Example
White with #CBF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF584; }
p { color: rgb(203,245,132); }
H1.HeaderClassName
{
color: #CBF584;
}
.AnyTagClassName
{
color: #CBF584;
}
</style>
background-color css
<style>
a { background-color: #CBF584; }
a { background-color: rgb(203,245,132); }
div.DivClassName
{
background-color: #CBF584;
}
.BgClassName
{
background-color: #CBF584;
}
</style>
border-color css
<style>
span { border-color: #CBF584; }
span { border-color: rgb(203,245,132); }
td.TdClassName
{
border-color: #CBF584;
}
.TagClassName
{
border-color: #CBF584;
}
</style>