Shades of Sulu #BDF47A
Tints of Sulu #BDF47A
RGB
CMYK
RGB Variations
Color information
#BDF47A (or 0xBDF47A) is known color: Sulu. HEX triplet: BD, F4 and 7A. RGB value is (189,244,122). Sum of RGB (Red+Green+Blue) = 189+244+122=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF47A is #420B85. Grayscale: #D6D6D6. Windows color (decimal): -4328326 or 8058045. OLE color: 8058045.
HSL color Cylindrical-coordinate representation of color #BDF47A: hue angle of 87.05º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF47A is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 122 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.04 |
| HSL | 87.05º | 0.85% | 0.72% | - |
| HSV(B) | 87.05º | 0.5% | 0.96% | - |
| XYZ | 56.85 | 76.93 | 30.26 | - |
| YUV | 213.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 122 | 0.23 | 0 | 0.5 | 0.04 | 87.05 | 0.85 | 0.72 |
| Hex | BD | F4 | 7A | 17 | 0 | 32 | 4 | 57 | 55 | 48 |
| Octal | 275 | 364 | 172 | 27 | 0 | 62 | 4 | 127 | 125 | 110 |
| Binary | 10111101 | 11110100 | 1111010 | 10111 | 0 | 110010 | 100 | 1010111 | 1010101 | 1001000 |
Color Harmonies of #BDF47A
Complementary color
Monochromatic Colors of #BDF47A
Black with #BDF47A
Text Example
Text Example
White with #BDF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF47A; }
p { color: rgb(189,244,122); }
H1.HeaderClassName
{
color: #BDF47A;
}
.AnyTagClassName
{
color: #BDF47A;
}
</style>
background-color css
<style>
a { background-color: #BDF47A; }
a { background-color: rgb(189,244,122); }
div.DivClassName
{
background-color: #BDF47A;
}
.BgClassName
{
background-color: #BDF47A;
}
</style>
border-color css
<style>
span { border-color: #BDF47A; }
span { border-color: rgb(189,244,122); }
td.TdClassName
{
border-color: #BDF47A;
}
.TagClassName
{
border-color: #BDF47A;
}
</style>