Shades of Sulu #BDFB7A
Tints of Sulu #BDFB7A
RGB
CMYK
RGB Variations
Color information
#BDFB7A (or 0xBDFB7A) is known color: Sulu. HEX triplet: BD, FB and 7A. RGB value is (189,251,122). Sum of RGB (Red+Green+Blue) = 189+251+122=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7A is #420485. Grayscale: #DADADA. Windows color (decimal): -4326534 or 8059837. OLE color: 8059837.
HSL color Cylindrical-coordinate representation of color #BDFB7A: hue angle of 88.84º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFB7A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 122 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.02 |
| HSL | 88.84º | 0.94% | 0.73% | - |
| HSV(B) | 88.84º | 0.51% | 0.98% | - |
| XYZ | 59 | 81.22 | 30.98 | - |
| YUV | 217.76 | 73.96 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 122 | 0.25 | 0 | 0.51 | 0.02 | 88.84 | 0.94 | 0.73 |
| Hex | BD | FB | 7A | 19 | 0 | 33 | 2 | 59 | 5E | 49 |
| Octal | 275 | 373 | 172 | 31 | 0 | 63 | 2 | 131 | 136 | 111 |
| Binary | 10111101 | 11111011 | 1111010 | 11001 | 0 | 110011 | 10 | 1011001 | 1011110 | 1001001 |
Color Harmonies of #BDFB7A
Complementary color
Monochromatic Colors of #BDFB7A
Black with #BDFB7A
Text Example
Text Example
White with #BDFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB7A; }
p { color: rgb(189,251,122); }
H1.HeaderClassName
{
color: #BDFB7A;
}
.AnyTagClassName
{
color: #BDFB7A;
}
</style>
background-color css
<style>
a { background-color: #BDFB7A; }
a { background-color: rgb(189,251,122); }
div.DivClassName
{
background-color: #BDFB7A;
}
.BgClassName
{
background-color: #BDFB7A;
}
</style>
border-color css
<style>
span { border-color: #BDFB7A; }
span { border-color: rgb(189,251,122); }
td.TdClassName
{
border-color: #BDFB7A;
}
.TagClassName
{
border-color: #BDFB7A;
}
</style>