Shades of Sulu #BCFB7D
Tints of Sulu #BCFB7D
RGB
CMYK
RGB Variations
Color information
#BCFB7D (or 0xBCFB7D) is known color: Sulu. HEX triplet: BC, FB and 7D. RGB value is (188,251,125). Sum of RGB (Red+Green+Blue) = 188+251+125=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB7D is #430482. Grayscale: #DADADA. Windows color (decimal): -4392067 or 8256444. OLE color: 8256444.
HSL color Cylindrical-coordinate representation of color #BCFB7D: hue angle of 90º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFB7D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 125 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.02 |
| HSL | 90º | 0.94% | 0.74% | - |
| HSV(B) | 90º | 0.5% | 0.98% | - |
| XYZ | 58.94 | 81.17 | 31.96 | - |
| YUV | 217.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 125 | 0.25 | 0 | 0.50 | 0.02 | 90 | 0.94 | 0.74 |
| Hex | BC | FB | 7D | 19 | 0 | 32 | 2 | 5A | 5E | 4A |
| Octal | 274 | 373 | 175 | 31 | 0 | 62 | 2 | 132 | 136 | 112 |
| Binary | 10111100 | 11111011 | 1111101 | 11001 | 0 | 110010 | 10 | 1011010 | 1011110 | 1001010 |
Color Harmonies of #BCFB7D
Complementary color
Monochromatic Colors of #BCFB7D
Black with #BCFB7D
Text Example
Text Example
White with #BCFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB7D; }
p { color: rgb(188,251,125); }
H1.HeaderClassName
{
color: #BCFB7D;
}
.AnyTagClassName
{
color: #BCFB7D;
}
</style>
background-color css
<style>
a { background-color: #BCFB7D; }
a { background-color: rgb(188,251,125); }
div.DivClassName
{
background-color: #BCFB7D;
}
.BgClassName
{
background-color: #BCFB7D;
}
</style>
border-color css
<style>
span { border-color: #BCFB7D; }
span { border-color: rgb(188,251,125); }
td.TdClassName
{
border-color: #BCFB7D;
}
.TagClassName
{
border-color: #BCFB7D;
}
</style>