Shades of Sulu #BDF07B
Tints of Sulu #BDF07B
RGB
CMYK
RGB Variations
Color information
#BDF07B (or 0xBDF07B) is known color: Sulu. HEX triplet: BD, F0 and 7B. RGB value is (189,240,123). Sum of RGB (Red+Green+Blue) = 189+240+123=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF07B is #420F84. Grayscale: #D3D3D3. Windows color (decimal): -4329349 or 8122557. OLE color: 8122557.
HSL color Cylindrical-coordinate representation of color #BDF07B: hue angle of 86.15º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF07B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 123 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.06 |
| HSL | 86.15º | 0.8% | 0.71% | - |
| HSV(B) | 86.15º | 0.49% | 0.94% | - |
| XYZ | 55.72 | 74.57 | 30.2 | - |
| YUV | 211.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 123 | 0.21 | 0 | 0.49 | 0.06 | 86.15 | 0.8 | 0.71 |
| Hex | BD | F0 | 7B | 15 | 0 | 31 | 6 | 56 | 50 | 47 |
| Octal | 275 | 360 | 173 | 25 | 0 | 61 | 6 | 126 | 120 | 107 |
| Binary | 10111101 | 11110000 | 1111011 | 10101 | 0 | 110001 | 110 | 1010110 | 1010000 | 1000111 |
Color Harmonies of #BDF07B
Complementary color
Monochromatic Colors of #BDF07B
Black with #BDF07B
Text Example
Text Example
White with #BDF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF07B; }
p { color: rgb(189,240,123); }
H1.HeaderClassName
{
color: #BDF07B;
}
.AnyTagClassName
{
color: #BDF07B;
}
</style>
background-color css
<style>
a { background-color: #BDF07B; }
a { background-color: rgb(189,240,123); }
div.DivClassName
{
background-color: #BDF07B;
}
.BgClassName
{
background-color: #BDF07B;
}
</style>
border-color css
<style>
span { border-color: #BDF07B; }
span { border-color: rgb(189,240,123); }
td.TdClassName
{
border-color: #BDF07B;
}
.TagClassName
{
border-color: #BDF07B;
}
</style>