Shades of Sulu #BDDF77
Tints of Sulu #BDDF77
RGB
CMYK
RGB Variations
Color information
#BDDF77 (or 0xBDDF77) is known color: Sulu. HEX triplet: BD, DF and 77. RGB value is (189,223,119). Sum of RGB (Red+Green+Blue) = 189+223+119=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF77 is #422088. Grayscale: #C9C9C9. Windows color (decimal): -4333705 or 7856061. OLE color: 7856061.
HSL color Cylindrical-coordinate representation of color #BDDF77: hue angle of 79.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDDF77 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 119 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.13 |
| HSL | 79.62º | 0.62% | 0.67% | - |
| HSV(B) | 79.62º | 0.47% | 0.87% | - |
| XYZ | 50.7 | 64.93 | 27.31 | - |
| YUV | 200.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 119 | 0.15 | 0 | 0.47 | 0.13 | 79.62 | 0.62 | 0.67 |
| Hex | BD | DF | 77 | F | 0 | 2F | D | 50 | 3E | 43 |
| Octal | 275 | 337 | 167 | 17 | 0 | 57 | 15 | 120 | 76 | 103 |
| Binary | 10111101 | 11011111 | 1110111 | 1111 | 0 | 101111 | 1101 | 1010000 | 111110 | 1000011 |
Color Harmonies of #BDDF77
Complementary color
Monochromatic Colors of #BDDF77
Black with #BDDF77
Text Example
Text Example
White with #BDDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF77; }
p { color: rgb(189,223,119); }
H1.HeaderClassName
{
color: #BDDF77;
}
.AnyTagClassName
{
color: #BDDF77;
}
</style>
background-color css
<style>
a { background-color: #BDDF77; }
a { background-color: rgb(189,223,119); }
div.DivClassName
{
background-color: #BDDF77;
}
.BgClassName
{
background-color: #BDDF77;
}
</style>
border-color css
<style>
span { border-color: #BDDF77; }
span { border-color: rgb(189,223,119); }
td.TdClassName
{
border-color: #BDDF77;
}
.TagClassName
{
border-color: #BDDF77;
}
</style>