Shades of Sulu #CBF86B
Tints of Sulu #CBF86B
RGB
CMYK
RGB Variations
Color information
#CBF86B (or 0xCBF86B) is known color: Sulu. HEX triplet: CB, F8 and 6B. RGB value is (203,248,107). Sum of RGB (Red+Green+Blue) = 203+248+107=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF86B is #340794. Grayscale: #DADADA. Windows color (decimal): -3409813 or 7076043. OLE color: 7076043.
HSL color Cylindrical-coordinate representation of color #CBF86B: hue angle of 79.15º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF86B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 107 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.03 |
| HSL | 79.15º | 0.91% | 0.7% | - |
| HSV(B) | 79.15º | 0.57% | 0.97% | - |
| XYZ | 60.85 | 80.89 | 26.32 | - |
| YUV | 218.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 107 | 0.18 | 0 | 0.57 | 0.03 | 79.15 | 0.91 | 0.7 |
| Hex | CB | F8 | 6B | 12 | 0 | 39 | 3 | 4F | 5B | 46 |
| Octal | 313 | 370 | 153 | 22 | 0 | 71 | 3 | 117 | 133 | 106 |
| Binary | 11001011 | 11111000 | 1101011 | 10010 | 0 | 111001 | 11 | 1001111 | 1011011 | 1000110 |
Color Harmonies of #CBF86B
Complementary color
Monochromatic Colors of #CBF86B
Black with #CBF86B
Text Example
Text Example
White with #CBF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF86B; }
p { color: rgb(203,248,107); }
H1.HeaderClassName
{
color: #CBF86B;
}
.AnyTagClassName
{
color: #CBF86B;
}
</style>
background-color css
<style>
a { background-color: #CBF86B; }
a { background-color: rgb(203,248,107); }
div.DivClassName
{
background-color: #CBF86B;
}
.BgClassName
{
background-color: #CBF86B;
}
</style>
border-color css
<style>
span { border-color: #CBF86B; }
span { border-color: rgb(203,248,107); }
td.TdClassName
{
border-color: #CBF86B;
}
.TagClassName
{
border-color: #CBF86B;
}
</style>