Shades of Sulu #BDF76D
Tints of Sulu #BDF76D
RGB
CMYK
RGB Variations
Color information
#BDF76D (or 0xBDF76D) is known color: Sulu. HEX triplet: BD, F7 and 6D. RGB value is (189,247,109). Sum of RGB (Red+Green+Blue) = 189+247+109=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76D is #420892. Grayscale: #D6D6D6. Windows color (decimal): -4327571 or 7206845. OLE color: 7206845.
HSL color Cylindrical-coordinate representation of color #BDF76D: hue angle of 85.22º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF76D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 109 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.03 |
| HSL | 85.22º | 0.9% | 0.7% | - |
| HSV(B) | 85.22º | 0.56% | 0.97% | - |
| XYZ | 57.01 | 78.44 | 26.6 | - |
| YUV | 213.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 109 | 0.23 | 0 | 0.56 | 0.03 | 85.22 | 0.9 | 0.7 |
| Hex | BD | F7 | 6D | 17 | 0 | 38 | 3 | 55 | 5A | 46 |
| Octal | 275 | 367 | 155 | 27 | 0 | 70 | 3 | 125 | 132 | 106 |
| Binary | 10111101 | 11110111 | 1101101 | 10111 | 0 | 111000 | 11 | 1010101 | 1011010 | 1000110 |
Color Harmonies of #BDF76D
Complementary color
Monochromatic Colors of #BDF76D
Black with #BDF76D
Text Example
Text Example
White with #BDF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF76D; }
p { color: rgb(189,247,109); }
H1.HeaderClassName
{
color: #BDF76D;
}
.AnyTagClassName
{
color: #BDF76D;
}
</style>
background-color css
<style>
a { background-color: #BDF76D; }
a { background-color: rgb(189,247,109); }
div.DivClassName
{
background-color: #BDF76D;
}
.BgClassName
{
background-color: #BDF76D;
}
</style>
border-color css
<style>
span { border-color: #BDF76D; }
span { border-color: rgb(189,247,109); }
td.TdClassName
{
border-color: #BDF76D;
}
.TagClassName
{
border-color: #BDF76D;
}
</style>