Shades of Sulu #BDFE7C
Tints of Sulu #BDFE7C
RGB
CMYK
RGB Variations
Color information
#BDFE7C (or 0xBDFE7C) is known color: Sulu. HEX triplet: BD, FE and 7C. RGB value is (189,254,124). Sum of RGB (Red+Green+Blue) = 189+254+124=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE7C is #420183. Grayscale: #DCDCDC. Windows color (decimal): -4325764 or 8191677. OLE color: 8191677.
HSL color Cylindrical-coordinate representation of color #BDFE7C: hue angle of 90º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFE7C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 124 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.00 |
| HSL | 90º | 0.98% | 0.74% | - |
| HSV(B) | 90º | 0.51% | 1% | - |
| XYZ | 60.07 | 83.16 | 31.95 | - |
| YUV | 219.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 124 | 0.26 | 0 | 0.51 | 0.00 | 90 | 0.98 | 0.74 |
| Hex | BD | FE | 7C | 1A | 0 | 33 | 0 | 5A | 62 | 4A |
| Octal | 275 | 376 | 174 | 32 | 0 | 63 | 0 | 132 | 142 | 112 |
| Binary | 10111101 | 11111110 | 1111100 | 11010 | 0 | 110011 | 0 | 1011010 | 1100010 | 1001010 |
Color Harmonies of #BDFE7C
Complementary color
Monochromatic Colors of #BDFE7C
Black with #BDFE7C
Text Example
Text Example
White with #BDFE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE7C; }
p { color: rgb(189,254,124); }
H1.HeaderClassName
{
color: #BDFE7C;
}
.AnyTagClassName
{
color: #BDFE7C;
}
</style>
background-color css
<style>
a { background-color: #BDFE7C; }
a { background-color: rgb(189,254,124); }
div.DivClassName
{
background-color: #BDFE7C;
}
.BgClassName
{
background-color: #BDFE7C;
}
</style>
border-color css
<style>
span { border-color: #BDFE7C; }
span { border-color: rgb(189,254,124); }
td.TdClassName
{
border-color: #BDFE7C;
}
.TagClassName
{
border-color: #BDFE7C;
}
</style>