Shades of Sulu #BCD77F
Tints of Sulu #BCD77F
RGB
CMYK
RGB Variations
Color information
#BCD77F (or 0xBCD77F) is known color: Sulu. HEX triplet: BC, D7 and 7F. RGB value is (188,215,127). Sum of RGB (Red+Green+Blue) = 188+215+127=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD77F is #432880. Grayscale: #C5C5C5. Windows color (decimal): -4401281 or 8378300. OLE color: 8378300.
HSL color Cylindrical-coordinate representation of color #BCD77F: hue angle of 78.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD77F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 127 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.16 |
| HSL | 78.41º | 0.52% | 0.67% | - |
| HSV(B) | 78.41º | 0.41% | 0.84% | - |
| XYZ | 48.87 | 60.82 | 29.24 | - |
| YUV | 196.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 127 | 0.13 | 0 | 0.41 | 0.16 | 78.41 | 0.52 | 0.67 |
| Hex | BC | D7 | 7F | D | 0 | 29 | 10 | 4E | 34 | 43 |
| Octal | 274 | 327 | 177 | 15 | 0 | 51 | 20 | 116 | 64 | 103 |
| Binary | 10111100 | 11010111 | 1111111 | 1101 | 0 | 101001 | 10000 | 1001110 | 110100 | 1000011 |
Color Harmonies of #BCD77F
Complementary color
Monochromatic Colors of #BCD77F
Black with #BCD77F
Text Example
Text Example
White with #BCD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD77F; }
p { color: rgb(188,215,127); }
H1.HeaderClassName
{
color: #BCD77F;
}
.AnyTagClassName
{
color: #BCD77F;
}
</style>
background-color css
<style>
a { background-color: #BCD77F; }
a { background-color: rgb(188,215,127); }
div.DivClassName
{
background-color: #BCD77F;
}
.BgClassName
{
background-color: #BCD77F;
}
</style>
border-color css
<style>
span { border-color: #BCD77F; }
span { border-color: rgb(188,215,127); }
td.TdClassName
{
border-color: #BCD77F;
}
.TagClassName
{
border-color: #BCD77F;
}
</style>