Shades of Sulu #BDFC7E
Tints of Sulu #BDFC7E
RGB
CMYK
RGB Variations
Color information
#BDFC7E (or 0xBDFC7E) is known color: Sulu. HEX triplet: BD, FC and 7E. RGB value is (189,252,126). Sum of RGB (Red+Green+Blue) = 189+252+126=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC7E is #420381. Grayscale: #DBDBDB. Windows color (decimal): -4326274 or 8322237. OLE color: 8322237.
HSL color Cylindrical-coordinate representation of color #BDFC7E: hue angle of 90º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDFC7E is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 126 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.01 |
| HSL | 90º | 0.95% | 0.74% | - |
| HSV(B) | 90º | 0.5% | 0.99% | - |
| XYZ | 59.56 | 81.95 | 32.42 | - |
| YUV | 218.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 126 | 0.25 | 0 | 0.5 | 0.01 | 90 | 0.95 | 0.74 |
| Hex | BD | FC | 7E | 19 | 0 | 32 | 1 | 5A | 5F | 4A |
| Octal | 275 | 374 | 176 | 31 | 0 | 62 | 1 | 132 | 137 | 112 |
| Binary | 10111101 | 11111100 | 1111110 | 11001 | 0 | 110010 | 1 | 1011010 | 1011111 | 1001010 |
Color Harmonies of #BDFC7E
Complementary color
Monochromatic Colors of #BDFC7E
Black with #BDFC7E
Text Example
Text Example
White with #BDFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC7E; }
p { color: rgb(189,252,126); }
H1.HeaderClassName
{
color: #BDFC7E;
}
.AnyTagClassName
{
color: #BDFC7E;
}
</style>
background-color css
<style>
a { background-color: #BDFC7E; }
a { background-color: rgb(189,252,126); }
div.DivClassName
{
background-color: #BDFC7E;
}
.BgClassName
{
background-color: #BDFC7E;
}
</style>
border-color css
<style>
span { border-color: #BDFC7E; }
span { border-color: rgb(189,252,126); }
td.TdClassName
{
border-color: #BDFC7E;
}
.TagClassName
{
border-color: #BDFC7E;
}
</style>