Shades of Sulu #CBFE76
Tints of Sulu #CBFE76
RGB
CMYK
RGB Variations
Color information
#CBFE76 (or 0xCBFE76) is known color: Sulu. HEX triplet: CB, FE and 76. RGB value is (203,254,118). Sum of RGB (Red+Green+Blue) = 203+254+118=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE76 is #340189. Grayscale: #DFDFDF. Windows color (decimal): -3408266 or 7798475. OLE color: 7798475.
HSL color Cylindrical-coordinate representation of color #CBFE76: hue angle of 82.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBFE76 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 118 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.00 |
| HSL | 82.5º | 0.99% | 0.73% | - |
| HSV(B) | 82.5º | 0.54% | 1% | - |
| XYZ | 63.34 | 84.89 | 30.19 | - |
| YUV | 223.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 118 | 0.20 | 0 | 0.54 | 0.00 | 82.5 | 0.99 | 0.73 |
| Hex | CB | FE | 76 | 14 | 0 | 36 | 0 | 52 | 63 | 49 |
| Octal | 313 | 376 | 166 | 24 | 0 | 66 | 0 | 122 | 143 | 111 |
| Binary | 11001011 | 11111110 | 1110110 | 10100 | 0 | 110110 | 0 | 1010010 | 1100011 | 1001001 |
Color Harmonies of #CBFE76
Complementary color
Monochromatic Colors of #CBFE76
Black with #CBFE76
Text Example
Text Example
White with #CBFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE76; }
p { color: rgb(203,254,118); }
H1.HeaderClassName
{
color: #CBFE76;
}
.AnyTagClassName
{
color: #CBFE76;
}
</style>
background-color css
<style>
a { background-color: #CBFE76; }
a { background-color: rgb(203,254,118); }
div.DivClassName
{
background-color: #CBFE76;
}
.BgClassName
{
background-color: #CBFE76;
}
</style>
border-color css
<style>
span { border-color: #CBFE76; }
span { border-color: rgb(203,254,118); }
td.TdClassName
{
border-color: #CBFE76;
}
.TagClassName
{
border-color: #CBFE76;
}
</style>