Shades of Sulu #CBF48B
Tints of Sulu #CBF48B
RGB
CMYK
RGB Variations
Color information
#CBF48B (or 0xCBF48B) is known color: Sulu. HEX triplet: CB, F4 and 8B. RGB value is (203,244,139). Sum of RGB (Red+Green+Blue) = 203+244+139=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF48B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF48B is #340B74. Grayscale: #DCDCDC. Windows color (decimal): -3410805 or 9172171. OLE color: 9172171.
HSL color Cylindrical-coordinate representation of color #CBF48B: hue angle of 83.43º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBF48B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 139 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.04 |
| HSL | 83.43º | 0.83% | 0.75% | - |
| HSV(B) | 83.43º | 0.43% | 0.96% | - |
| XYZ | 61.64 | 79.26 | 36.48 | - |
| YUV | 219.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 139 | 0.17 | 0 | 0.43 | 0.04 | 83.43 | 0.83 | 0.75 |
| Hex | CB | F4 | 8B | 11 | 0 | 2B | 4 | 53 | 53 | 4B |
| Octal | 313 | 364 | 213 | 21 | 0 | 53 | 4 | 123 | 123 | 113 |
| Binary | 11001011 | 11110100 | 10001011 | 10001 | 0 | 101011 | 100 | 1010011 | 1010011 | 1001011 |
Color Harmonies of #CBF48B
Complementary color
Monochromatic Colors of #CBF48B
Black with #CBF48B
Text Example
Text Example
White with #CBF48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF48B; }
p { color: rgb(203,244,139); }
H1.HeaderClassName
{
color: #CBF48B;
}
.AnyTagClassName
{
color: #CBF48B;
}
</style>
background-color css
<style>
a { background-color: #CBF48B; }
a { background-color: rgb(203,244,139); }
div.DivClassName
{
background-color: #CBF48B;
}
.BgClassName
{
background-color: #CBF48B;
}
</style>
border-color css
<style>
span { border-color: #CBF48B; }
span { border-color: rgb(203,244,139); }
td.TdClassName
{
border-color: #CBF48B;
}
.TagClassName
{
border-color: #CBF48B;
}
</style>