Shades of Sulu #BCF37F
Tints of Sulu #BCF37F
RGB
CMYK
RGB Variations
Color information
#BCF37F (or 0xBCF37F) is known color: Sulu. HEX triplet: BC, F3 and 7F. RGB value is (188,243,127). Sum of RGB (Red+Green+Blue) = 188+243+127=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF37F is #430C80. Grayscale: #D5D5D5. Windows color (decimal): -4394113 or 8385468. OLE color: 8385468.
HSL color Cylindrical-coordinate representation of color #BCF37F: hue angle of 88.45º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF37F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 127 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.05 |
| HSL | 88.45º | 0.83% | 0.73% | - |
| HSV(B) | 88.45º | 0.48% | 0.95% | - |
| XYZ | 56.62 | 76.32 | 31.83 | - |
| YUV | 213.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 127 | 0.23 | 0 | 0.48 | 0.05 | 88.45 | 0.83 | 0.73 |
| Hex | BC | F3 | 7F | 17 | 0 | 30 | 5 | 58 | 53 | 49 |
| Octal | 274 | 363 | 177 | 27 | 0 | 60 | 5 | 130 | 123 | 111 |
| Binary | 10111100 | 11110011 | 1111111 | 10111 | 0 | 110000 | 101 | 1011000 | 1010011 | 1001001 |
Color Harmonies of #BCF37F
Complementary color
Monochromatic Colors of #BCF37F
Black with #BCF37F
Text Example
Text Example
White with #BCF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF37F; }
p { color: rgb(188,243,127); }
H1.HeaderClassName
{
color: #BCF37F;
}
.AnyTagClassName
{
color: #BCF37F;
}
</style>
background-color css
<style>
a { background-color: #BCF37F; }
a { background-color: rgb(188,243,127); }
div.DivClassName
{
background-color: #BCF37F;
}
.BgClassName
{
background-color: #BCF37F;
}
</style>
border-color css
<style>
span { border-color: #BCF37F; }
span { border-color: rgb(188,243,127); }
td.TdClassName
{
border-color: #BCF37F;
}
.TagClassName
{
border-color: #BCF37F;
}
</style>