Shades of Sulu #CBF675
Tints of Sulu #CBF675
RGB
CMYK
RGB Variations
Color information
#CBF675 (or 0xCBF675) is known color: Sulu. HEX triplet: CB, F6 and 75. RGB value is (203,246,117). Sum of RGB (Red+Green+Blue) = 203+246+117=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF675 is #34098A. Grayscale: #DADADA. Windows color (decimal): -3410315 or 7730891. OLE color: 7730891.
HSL color Cylindrical-coordinate representation of color #CBF675: hue angle of 80º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBF675 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 117 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.04 |
| HSL | 80º | 0.88% | 0.71% | - |
| HSV(B) | 80º | 0.52% | 0.96% | - |
| XYZ | 60.8 | 79.89 | 29.05 | - |
| YUV | 218.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 117 | 0.17 | 0 | 0.52 | 0.04 | 80 | 0.88 | 0.71 |
| Hex | CB | F6 | 75 | 11 | 0 | 34 | 4 | 50 | 58 | 47 |
| Octal | 313 | 366 | 165 | 21 | 0 | 64 | 4 | 120 | 130 | 107 |
| Binary | 11001011 | 11110110 | 1110101 | 10001 | 0 | 110100 | 100 | 1010000 | 1011000 | 1000111 |
Color Harmonies of #CBF675
Complementary color
Monochromatic Colors of #CBF675
Black with #CBF675
Text Example
Text Example
White with #CBF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF675; }
p { color: rgb(203,246,117); }
H1.HeaderClassName
{
color: #CBF675;
}
.AnyTagClassName
{
color: #CBF675;
}
</style>
background-color css
<style>
a { background-color: #CBF675; }
a { background-color: rgb(203,246,117); }
div.DivClassName
{
background-color: #CBF675;
}
.BgClassName
{
background-color: #CBF675;
}
</style>
border-color css
<style>
span { border-color: #CBF675; }
span { border-color: rgb(203,246,117); }
td.TdClassName
{
border-color: #CBF675;
}
.TagClassName
{
border-color: #CBF675;
}
</style>