Shades of Sulu #CBF882
Tints of Sulu #CBF882
RGB
CMYK
RGB Variations
Color information
#CBF882 (or 0xCBF882) is known color: Sulu. HEX triplet: CB, F8 and 82. RGB value is (203,248,130). Sum of RGB (Red+Green+Blue) = 203+248+130=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF882 is #34077D. Grayscale: #DDDDDD. Windows color (decimal): -3409790 or 8583371. OLE color: 8583371.
HSL color Cylindrical-coordinate representation of color #CBF882: hue angle of 82.88º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBF882 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 130 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.03 |
| HSL | 82.88º | 0.89% | 0.74% | - |
| HSV(B) | 82.88º | 0.48% | 0.97% | - |
| XYZ | 62.23 | 81.44 | 33.56 | - |
| YUV | 221.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 130 | 0.18 | 0 | 0.48 | 0.03 | 82.88 | 0.89 | 0.74 |
| Hex | CB | F8 | 82 | 12 | 0 | 30 | 3 | 53 | 59 | 4A |
| Octal | 313 | 370 | 202 | 22 | 0 | 60 | 3 | 123 | 131 | 112 |
| Binary | 11001011 | 11111000 | 10000010 | 10010 | 0 | 110000 | 11 | 1010011 | 1011001 | 1001010 |
Color Harmonies of #CBF882
Complementary color
Monochromatic Colors of #CBF882
Black with #CBF882
Text Example
Text Example
White with #CBF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF882; }
p { color: rgb(203,248,130); }
H1.HeaderClassName
{
color: #CBF882;
}
.AnyTagClassName
{
color: #CBF882;
}
</style>
background-color css
<style>
a { background-color: #CBF882; }
a { background-color: rgb(203,248,130); }
div.DivClassName
{
background-color: #CBF882;
}
.BgClassName
{
background-color: #CBF882;
}
</style>
border-color css
<style>
span { border-color: #CBF882; }
span { border-color: rgb(203,248,130); }
td.TdClassName
{
border-color: #CBF882;
}
.TagClassName
{
border-color: #CBF882;
}
</style>