Shades of Sulu #BDDA74
Tints of Sulu #BDDA74
RGB
CMYK
RGB Variations
Color information
#BDDA74 (or 0xBDDA74) is known color: Sulu. HEX triplet: BD, DA and 74. RGB value is (189,218,116). Sum of RGB (Red+Green+Blue) = 189+218+116=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA74 is #42258B. Grayscale: #C6C6C6. Windows color (decimal): -4334988 or 7658173. OLE color: 7658173.
HSL color Cylindrical-coordinate representation of color #BDDA74: hue angle of 77.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDDA74 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 116 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.15 |
| HSL | 77.06º | 0.58% | 0.65% | - |
| HSV(B) | 77.06º | 0.47% | 0.85% | - |
| XYZ | 49.21 | 62.22 | 25.94 | - |
| YUV | 197.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 116 | 0.13 | 0 | 0.47 | 0.15 | 77.06 | 0.58 | 0.65 |
| Hex | BD | DA | 74 | D | 0 | 2F | F | 4D | 3A | 41 |
| Octal | 275 | 332 | 164 | 15 | 0 | 57 | 17 | 115 | 72 | 101 |
| Binary | 10111101 | 11011010 | 1110100 | 1101 | 0 | 101111 | 1111 | 1001101 | 111010 | 1000001 |
Color Harmonies of #BDDA74
Complementary color
Monochromatic Colors of #BDDA74
Black with #BDDA74
Text Example
Text Example
White with #BDDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA74; }
p { color: rgb(189,218,116); }
H1.HeaderClassName
{
color: #BDDA74;
}
.AnyTagClassName
{
color: #BDDA74;
}
</style>
background-color css
<style>
a { background-color: #BDDA74; }
a { background-color: rgb(189,218,116); }
div.DivClassName
{
background-color: #BDDA74;
}
.BgClassName
{
background-color: #BDDA74;
}
</style>
border-color css
<style>
span { border-color: #BDDA74; }
span { border-color: rgb(189,218,116); }
td.TdClassName
{
border-color: #BDDA74;
}
.TagClassName
{
border-color: #BDDA74;
}
</style>