Shades of Sulu #CBF582
Tints of Sulu #CBF582
RGB
CMYK
RGB Variations
Color information
#CBF582 (or 0xCBF582) is known color: Sulu. HEX triplet: CB, F5 and 82. RGB value is (203,245,130). Sum of RGB (Red+Green+Blue) = 203+245+130=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF582 is #340A7D. Grayscale: #DBDBDB. Windows color (decimal): -3410558 or 8582603. OLE color: 8582603.
HSL color Cylindrical-coordinate representation of color #CBF582: hue angle of 81.91º 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 #CBF582 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 130 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.04 |
| HSL | 81.91º | 0.85% | 0.74% | - |
| HSV(B) | 81.91º | 0.47% | 0.96% | - |
| XYZ | 61.31 | 79.61 | 33.25 | - |
| YUV | 219.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 130 | 0.17 | 0 | 0.47 | 0.04 | 81.91 | 0.85 | 0.74 |
| Hex | CB | F5 | 82 | 11 | 0 | 2F | 4 | 52 | 55 | 4A |
| Octal | 313 | 365 | 202 | 21 | 0 | 57 | 4 | 122 | 125 | 112 |
| Binary | 11001011 | 11110101 | 10000010 | 10001 | 0 | 101111 | 100 | 1010010 | 1010101 | 1001010 |
Color Harmonies of #CBF582
Complementary color
Monochromatic Colors of #CBF582
Black with #CBF582
Text Example
Text Example
White with #CBF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF582; }
p { color: rgb(203,245,130); }
H1.HeaderClassName
{
color: #CBF582;
}
.AnyTagClassName
{
color: #CBF582;
}
</style>
background-color css
<style>
a { background-color: #CBF582; }
a { background-color: rgb(203,245,130); }
div.DivClassName
{
background-color: #CBF582;
}
.BgClassName
{
background-color: #CBF582;
}
</style>
border-color css
<style>
span { border-color: #CBF582; }
span { border-color: rgb(203,245,130); }
td.TdClassName
{
border-color: #CBF582;
}
.TagClassName
{
border-color: #CBF582;
}
</style>