Shades of Sulu #BCFD7B
Tints of Sulu #BCFD7B
RGB
CMYK
RGB Variations
Color information
#BCFD7B (or 0xBCFD7B) is known color: Sulu. HEX triplet: BC, FD and 7B. RGB value is (188,253,123). Sum of RGB (Red+Green+Blue) = 188+253+123=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD7B is #430284. Grayscale: #DBDBDB. Windows color (decimal): -4391557 or 8125884. OLE color: 8125884.
HSL color Cylindrical-coordinate representation of color #BCFD7B: hue angle of 90º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFD7B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 123 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.01 |
| HSL | 90º | 0.97% | 0.74% | - |
| HSV(B) | 90º | 0.51% | 0.99% | - |
| XYZ | 59.44 | 82.37 | 31.51 | - |
| YUV | 218.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 123 | 0.26 | 0 | 0.51 | 0.01 | 90 | 0.97 | 0.74 |
| Hex | BC | FD | 7B | 1A | 0 | 33 | 1 | 5A | 61 | 4A |
| Octal | 274 | 375 | 173 | 32 | 0 | 63 | 1 | 132 | 141 | 112 |
| Binary | 10111100 | 11111101 | 1111011 | 11010 | 0 | 110011 | 1 | 1011010 | 1100001 | 1001010 |
Color Harmonies of #BCFD7B
Complementary color
Monochromatic Colors of #BCFD7B
Black with #BCFD7B
Text Example
Text Example
White with #BCFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD7B; }
p { color: rgb(188,253,123); }
H1.HeaderClassName
{
color: #BCFD7B;
}
.AnyTagClassName
{
color: #BCFD7B;
}
</style>
background-color css
<style>
a { background-color: #BCFD7B; }
a { background-color: rgb(188,253,123); }
div.DivClassName
{
background-color: #BCFD7B;
}
.BgClassName
{
background-color: #BCFD7B;
}
</style>
border-color css
<style>
span { border-color: #BCFD7B; }
span { border-color: rgb(188,253,123); }
td.TdClassName
{
border-color: #BCFD7B;
}
.TagClassName
{
border-color: #BCFD7B;
}
</style>