Shades of Sulu #BDD77F
Tints of Sulu #BDD77F
RGB
CMYK
RGB Variations
Color information
#BDD77F (or 0xBDD77F) is known color: Sulu. HEX triplet: BD, D7 and 7F. RGB value is (189,215,127). Sum of RGB (Red+Green+Blue) = 189+215+127=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD77F is #422880. Grayscale: #C5C5C5. Windows color (decimal): -4335745 or 8378301. OLE color: 8378301.
HSL color Cylindrical-coordinate representation of color #BDD77F: hue angle of 77.73º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDD77F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 127 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.16 |
| HSL | 77.73º | 0.52% | 0.67% | - |
| HSV(B) | 77.73º | 0.41% | 0.84% | - |
| XYZ | 49.12 | 60.95 | 29.25 | - |
| YUV | 197.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 127 | 0.12 | 0 | 0.41 | 0.16 | 77.73 | 0.52 | 0.67 |
| Hex | BD | D7 | 7F | C | 0 | 29 | 10 | 4E | 34 | 43 |
| Octal | 275 | 327 | 177 | 14 | 0 | 51 | 20 | 116 | 64 | 103 |
| Binary | 10111101 | 11010111 | 1111111 | 1100 | 0 | 101001 | 10000 | 1001110 | 110100 | 1000011 |
Color Harmonies of #BDD77F
Complementary color
Monochromatic Colors of #BDD77F
Black with #BDD77F
Text Example
Text Example
White with #BDD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD77F; }
p { color: rgb(189,215,127); }
H1.HeaderClassName
{
color: #BDD77F;
}
.AnyTagClassName
{
color: #BDD77F;
}
</style>
background-color css
<style>
a { background-color: #BDD77F; }
a { background-color: rgb(189,215,127); }
div.DivClassName
{
background-color: #BDD77F;
}
.BgClassName
{
background-color: #BDD77F;
}
</style>
border-color css
<style>
span { border-color: #BDD77F; }
span { border-color: rgb(189,215,127); }
td.TdClassName
{
border-color: #BDD77F;
}
.TagClassName
{
border-color: #BDD77F;
}
</style>