Shades of Sulu #BDF07E
Tints of Sulu #BDF07E
RGB
CMYK
RGB Variations
Color information
#BDF07E (or 0xBDF07E) is known color: Sulu. HEX triplet: BD, F0 and 7E. RGB value is (189,240,126). Sum of RGB (Red+Green+Blue) = 189+240+126=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF07E is #420F81. Grayscale: #D4D4D4. Windows color (decimal): -4329346 or 8319165. OLE color: 8319165.
HSL color Cylindrical-coordinate representation of color #BDF07E: hue angle of 86.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF07E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 126 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.06 |
| HSL | 86.84º | 0.79% | 0.72% | - |
| HSV(B) | 86.84º | 0.48% | 0.94% | - |
| XYZ | 55.91 | 74.65 | 31.2 | - |
| YUV | 211.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 126 | 0.21 | 0 | 0.48 | 0.06 | 86.84 | 0.79 | 0.72 |
| Hex | BD | F0 | 7E | 15 | 0 | 30 | 6 | 57 | 4F | 48 |
| Octal | 275 | 360 | 176 | 25 | 0 | 60 | 6 | 127 | 117 | 110 |
| Binary | 10111101 | 11110000 | 1111110 | 10101 | 0 | 110000 | 110 | 1010111 | 1001111 | 1001000 |
Color Harmonies of #BDF07E
Complementary color
Monochromatic Colors of #BDF07E
Black with #BDF07E
Text Example
Text Example
White with #BDF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF07E; }
p { color: rgb(189,240,126); }
H1.HeaderClassName
{
color: #BDF07E;
}
.AnyTagClassName
{
color: #BDF07E;
}
</style>
background-color css
<style>
a { background-color: #BDF07E; }
a { background-color: rgb(189,240,126); }
div.DivClassName
{
background-color: #BDF07E;
}
.BgClassName
{
background-color: #BDF07E;
}
</style>
border-color css
<style>
span { border-color: #BDF07E; }
span { border-color: rgb(189,240,126); }
td.TdClassName
{
border-color: #BDF07E;
}
.TagClassName
{
border-color: #BDF07E;
}
</style>