Shades of Sulu #BCF17C
Tints of Sulu #BCF17C
RGB
CMYK
RGB Variations
Color information
#BCF17C (or 0xBCF17C) is known color: Sulu. HEX triplet: BC, F1 and 7C. RGB value is (188,241,124). Sum of RGB (Red+Green+Blue) = 188+241+124=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF17C is #430E83. Grayscale: #D4D4D4. Windows color (decimal): -4394628 or 8188348. OLE color: 8188348.
HSL color Cylindrical-coordinate representation of color #BCF17C: hue angle of 87.18º degrees, saturation: 0.81, 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 #BCF17C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 124 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.05 |
| HSL | 87.18º | 0.81% | 0.72% | - |
| HSV(B) | 87.18º | 0.49% | 0.95% | - |
| XYZ | 55.83 | 75.06 | 30.61 | - |
| YUV | 211.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 124 | 0.22 | 0 | 0.49 | 0.05 | 87.18 | 0.81 | 0.72 |
| Hex | BC | F1 | 7C | 16 | 0 | 31 | 5 | 57 | 51 | 48 |
| Octal | 274 | 361 | 174 | 26 | 0 | 61 | 5 | 127 | 121 | 110 |
| Binary | 10111100 | 11110001 | 1111100 | 10110 | 0 | 110001 | 101 | 1010111 | 1010001 | 1001000 |
Color Harmonies of #BCF17C
Complementary color
Monochromatic Colors of #BCF17C
Black with #BCF17C
Text Example
Text Example
White with #BCF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF17C; }
p { color: rgb(188,241,124); }
H1.HeaderClassName
{
color: #BCF17C;
}
.AnyTagClassName
{
color: #BCF17C;
}
</style>
background-color css
<style>
a { background-color: #BCF17C; }
a { background-color: rgb(188,241,124); }
div.DivClassName
{
background-color: #BCF17C;
}
.BgClassName
{
background-color: #BCF17C;
}
</style>
border-color css
<style>
span { border-color: #BCF17C; }
span { border-color: rgb(188,241,124); }
td.TdClassName
{
border-color: #BCF17C;
}
.TagClassName
{
border-color: #BCF17C;
}
</style>