Shades of Sulu #CBF776
Tints of Sulu #CBF776
RGB
CMYK
RGB Variations
Color information
#CBF776 (or 0xCBF776) is known color: Sulu. HEX triplet: CB, F7 and 76. RGB value is (203,247,118). Sum of RGB (Red+Green+Blue) = 203+247+118=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF776 is #340889. Grayscale: #DBDBDB. Windows color (decimal): -3410058 or 7796683. OLE color: 7796683.
HSL color Cylindrical-coordinate representation of color #CBF776: hue angle of 80.47º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBF776 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 118 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.03 |
| HSL | 80.47º | 0.89% | 0.72% | - |
| HSV(B) | 80.47º | 0.52% | 0.97% | - |
| XYZ | 61.16 | 80.53 | 29.46 | - |
| YUV | 219.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 118 | 0.18 | 0 | 0.52 | 0.03 | 80.47 | 0.89 | 0.72 |
| Hex | CB | F7 | 76 | 12 | 0 | 34 | 3 | 50 | 59 | 48 |
| Octal | 313 | 367 | 166 | 22 | 0 | 64 | 3 | 120 | 131 | 110 |
| Binary | 11001011 | 11110111 | 1110110 | 10010 | 0 | 110100 | 11 | 1010000 | 1011001 | 1001000 |
Color Harmonies of #CBF776
Complementary color
Monochromatic Colors of #CBF776
Black with #CBF776
Text Example
Text Example
White with #CBF776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF776; }
p { color: rgb(203,247,118); }
H1.HeaderClassName
{
color: #CBF776;
}
.AnyTagClassName
{
color: #CBF776;
}
</style>
background-color css
<style>
a { background-color: #CBF776; }
a { background-color: rgb(203,247,118); }
div.DivClassName
{
background-color: #CBF776;
}
.BgClassName
{
background-color: #CBF776;
}
</style>
border-color css
<style>
span { border-color: #CBF776; }
span { border-color: rgb(203,247,118); }
td.TdClassName
{
border-color: #CBF776;
}
.TagClassName
{
border-color: #CBF776;
}
</style>