Shades of Sulu #BDF47D
Tints of Sulu #BDF47D
RGB
CMYK
RGB Variations
Color information
#BDF47D (or 0xBDF47D) is known color: Sulu. HEX triplet: BD, F4 and 7D. RGB value is (189,244,125). Sum of RGB (Red+Green+Blue) = 189+244+125=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF47D is #420B82. Grayscale: #D6D6D6. Windows color (decimal): -4328323 or 8254653. OLE color: 8254653.
HSL color Cylindrical-coordinate representation of color #BDF47D: hue angle of 87.73º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF47D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 125 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.04 |
| HSL | 87.73º | 0.84% | 0.72% | - |
| HSV(B) | 87.73º | 0.49% | 0.96% | - |
| XYZ | 57.04 | 77 | 31.26 | - |
| YUV | 213.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 125 | 0.23 | 0 | 0.49 | 0.04 | 87.73 | 0.84 | 0.72 |
| Hex | BD | F4 | 7D | 17 | 0 | 31 | 4 | 58 | 54 | 48 |
| Octal | 275 | 364 | 175 | 27 | 0 | 61 | 4 | 130 | 124 | 110 |
| Binary | 10111101 | 11110100 | 1111101 | 10111 | 0 | 110001 | 100 | 1011000 | 1010100 | 1001000 |
Color Harmonies of #BDF47D
Complementary color
Monochromatic Colors of #BDF47D
Black with #BDF47D
Text Example
Text Example
White with #BDF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF47D; }
p { color: rgb(189,244,125); }
H1.HeaderClassName
{
color: #BDF47D;
}
.AnyTagClassName
{
color: #BDF47D;
}
</style>
background-color css
<style>
a { background-color: #BDF47D; }
a { background-color: rgb(189,244,125); }
div.DivClassName
{
background-color: #BDF47D;
}
.BgClassName
{
background-color: #BDF47D;
}
</style>
border-color css
<style>
span { border-color: #BDF47D; }
span { border-color: rgb(189,244,125); }
td.TdClassName
{
border-color: #BDF47D;
}
.TagClassName
{
border-color: #BDF47D;
}
</style>