Shades of Sulu #BCF27C
Tints of Sulu #BCF27C
RGB
CMYK
RGB Variations
Color information
#BCF27C (or 0xBCF27C) is known color: Sulu. HEX triplet: BC, F2 and 7C. RGB value is (188,242,124). Sum of RGB (Red+Green+Blue) = 188+242+124=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF27C is #430D83. Grayscale: #D4D4D4. Windows color (decimal): -4394372 or 8188604. OLE color: 8188604.
HSL color Cylindrical-coordinate representation of color #BCF27C: hue angle of 87.46º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCF27C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 124 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.05 |
| HSL | 87.46º | 0.82% | 0.72% | - |
| HSV(B) | 87.46º | 0.49% | 0.95% | - |
| XYZ | 56.13 | 75.65 | 30.71 | - |
| YUV | 212.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 124 | 0.22 | 0 | 0.49 | 0.05 | 87.46 | 0.82 | 0.72 |
| Hex | BC | F2 | 7C | 16 | 0 | 31 | 5 | 57 | 52 | 48 |
| Octal | 274 | 362 | 174 | 26 | 0 | 61 | 5 | 127 | 122 | 110 |
| Binary | 10111100 | 11110010 | 1111100 | 10110 | 0 | 110001 | 101 | 1010111 | 1010010 | 1001000 |
Color Harmonies of #BCF27C
Complementary color
Monochromatic Colors of #BCF27C
Black with #BCF27C
Text Example
Text Example
White with #BCF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF27C; }
p { color: rgb(188,242,124); }
H1.HeaderClassName
{
color: #BCF27C;
}
.AnyTagClassName
{
color: #BCF27C;
}
</style>
background-color css
<style>
a { background-color: #BCF27C; }
a { background-color: rgb(188,242,124); }
div.DivClassName
{
background-color: #BCF27C;
}
.BgClassName
{
background-color: #BCF27C;
}
</style>
border-color css
<style>
span { border-color: #BCF27C; }
span { border-color: rgb(188,242,124); }
td.TdClassName
{
border-color: #BCF27C;
}
.TagClassName
{
border-color: #BCF27C;
}
</style>