Shades of Sulu #BCF482
Tints of Sulu #BCF482
RGB
CMYK
RGB Variations
Color information
#BCF482 (or 0xBCF482) is known color: Sulu. HEX triplet: BC, F4 and 82. RGB value is (188,244,130). Sum of RGB (Red+Green+Blue) = 188+244+130=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF482 is #430B7D. Grayscale: #D6D6D6. Windows color (decimal): -4393854 or 8582332. OLE color: 8582332.
HSL color Cylindrical-coordinate representation of color #BCF482: hue angle of 89.47º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF482 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 130 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.04 |
| HSL | 89.47º | 0.84% | 0.73% | - |
| HSV(B) | 89.47º | 0.47% | 0.96% | - |
| XYZ | 57.12 | 77 | 32.97 | - |
| YUV | 214.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 130 | 0.23 | 0 | 0.47 | 0.04 | 89.47 | 0.84 | 0.73 |
| Hex | BC | F4 | 82 | 17 | 0 | 2F | 4 | 59 | 54 | 49 |
| Octal | 274 | 364 | 202 | 27 | 0 | 57 | 4 | 131 | 124 | 111 |
| Binary | 10111100 | 11110100 | 10000010 | 10111 | 0 | 101111 | 100 | 1011001 | 1010100 | 1001001 |
Color Harmonies of #BCF482
Complementary color
Monochromatic Colors of #BCF482
Black with #BCF482
Text Example
Text Example
White with #BCF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF482; }
p { color: rgb(188,244,130); }
H1.HeaderClassName
{
color: #BCF482;
}
.AnyTagClassName
{
color: #BCF482;
}
</style>
background-color css
<style>
a { background-color: #BCF482; }
a { background-color: rgb(188,244,130); }
div.DivClassName
{
background-color: #BCF482;
}
.BgClassName
{
background-color: #BCF482;
}
</style>
border-color css
<style>
span { border-color: #BCF482; }
span { border-color: rgb(188,244,130); }
td.TdClassName
{
border-color: #BCF482;
}
.TagClassName
{
border-color: #BCF482;
}
</style>