Shades of Sulu #BDF76E
Tints of Sulu #BDF76E
RGB
CMYK
RGB Variations
Color information
#BDF76E (or 0xBDF76E) is known color: Sulu. HEX triplet: BD, F7 and 6E. RGB value is (189,247,110). Sum of RGB (Red+Green+Blue) = 189+247+110=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76E is #420891. Grayscale: #D6D6D6. Windows color (decimal): -4327570 or 7272381. OLE color: 7272381.
HSL color Cylindrical-coordinate representation of color #BDF76E: hue angle of 85.4º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDF76E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 110 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.03 |
| HSL | 85.4º | 0.9% | 0.7% | - |
| HSV(B) | 85.4º | 0.55% | 0.97% | - |
| XYZ | 57.06 | 78.47 | 26.89 | - |
| YUV | 214.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 110 | 0.23 | 0 | 0.55 | 0.03 | 85.4 | 0.9 | 0.7 |
| Hex | BD | F7 | 6E | 17 | 0 | 37 | 3 | 55 | 5A | 46 |
| Octal | 275 | 367 | 156 | 27 | 0 | 67 | 3 | 125 | 132 | 106 |
| Binary | 10111101 | 11110111 | 1101110 | 10111 | 0 | 110111 | 11 | 1010101 | 1011010 | 1000110 |
Color Harmonies of #BDF76E
Complementary color
Monochromatic Colors of #BDF76E
Black with #BDF76E
Text Example
Text Example
White with #BDF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF76E; }
p { color: rgb(189,247,110); }
H1.HeaderClassName
{
color: #BDF76E;
}
.AnyTagClassName
{
color: #BDF76E;
}
</style>
background-color css
<style>
a { background-color: #BDF76E; }
a { background-color: rgb(189,247,110); }
div.DivClassName
{
background-color: #BDF76E;
}
.BgClassName
{
background-color: #BDF76E;
}
</style>
border-color css
<style>
span { border-color: #BDF76E; }
span { border-color: rgb(189,247,110); }
td.TdClassName
{
border-color: #BDF76E;
}
.TagClassName
{
border-color: #BDF76E;
}
</style>