Shades of Sulu #BCFF7A
Tints of Sulu #BCFF7A
RGB
CMYK
RGB Variations
Color information
#BCFF7A (or 0xBCFF7A) is known color: Sulu. HEX triplet: BC, FF and 7A. RGB value is (188,255,122). Sum of RGB (Red+Green+Blue) = 188+255+122=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF7A is #430085. Grayscale: #DCDCDC. Windows color (decimal): -4391046 or 8060860. OLE color: 8060860.
HSL color Cylindrical-coordinate representation of color #BCFF7A: hue angle of 90.23º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCFF7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 122 | - |
| CMYK | 0.26 | 0 | 0.52 | 0 |
| HSL | 90.23º | 1% | 0.74% | - |
| HSV(B) | 90.23º | 0.52% | 1% | - |
| XYZ | 60.01 | 83.62 | 31.39 | - |
| YUV | 219.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 122 | 0.26 | 0 | 0.52 | 0 | 90.23 | 1 | 0.74 |
| Hex | BC | FF | 7A | 1A | 0 | 34 | 0 | 5A | 64 | 4A |
| Octal | 274 | 377 | 172 | 32 | 0 | 64 | 0 | 132 | 144 | 112 |
| Binary | 10111100 | 11111111 | 1111010 | 11010 | 0 | 110100 | 0 | 1011010 | 1100100 | 1001010 |
Color Harmonies of #BCFF7A
Complementary color
Monochromatic Colors of #BCFF7A
Black with #BCFF7A
Text Example
Text Example
White with #BCFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF7A; }
p { color: rgb(188,255,122); }
H1.HeaderClassName
{
color: #BCFF7A;
}
.AnyTagClassName
{
color: #BCFF7A;
}
</style>
background-color css
<style>
a { background-color: #BCFF7A; }
a { background-color: rgb(188,255,122); }
div.DivClassName
{
background-color: #BCFF7A;
}
.BgClassName
{
background-color: #BCFF7A;
}
</style>
border-color css
<style>
span { border-color: #BCFF7A; }
span { border-color: rgb(188,255,122); }
td.TdClassName
{
border-color: #BCFF7A;
}
.TagClassName
{
border-color: #BCFF7A;
}
</style>