Shades of Sulu #BDDC70
Tints of Sulu #BDDC70
RGB
CMYK
RGB Variations
Color information
#BDDC70 (or 0xBDDC70) is known color: Sulu. HEX triplet: BD, DC and 70. RGB value is (189,220,112). Sum of RGB (Red+Green+Blue) = 189+220+112=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC70 is #42238F. Grayscale: #C6C6C6. Windows color (decimal): -4334480 or 7396541. OLE color: 7396541.
HSL color Cylindrical-coordinate representation of color #BDDC70: hue angle of 77.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDDC70 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 112 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.14 |
| HSL | 77.22º | 0.61% | 0.65% | - |
| HSV(B) | 77.22º | 0.49% | 0.86% | - |
| XYZ | 49.5 | 63.18 | 24.91 | - |
| YUV | 198.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 112 | 0.14 | 0 | 0.49 | 0.14 | 77.22 | 0.61 | 0.65 |
| Hex | BD | DC | 70 | E | 0 | 31 | E | 4D | 3D | 41 |
| Octal | 275 | 334 | 160 | 16 | 0 | 61 | 16 | 115 | 75 | 101 |
| Binary | 10111101 | 11011100 | 1110000 | 1110 | 0 | 110001 | 1110 | 1001101 | 111101 | 1000001 |
Color Harmonies of #BDDC70
Complementary color
Monochromatic Colors of #BDDC70
Black with #BDDC70
Text Example
Text Example
White with #BDDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC70; }
p { color: rgb(189,220,112); }
H1.HeaderClassName
{
color: #BDDC70;
}
.AnyTagClassName
{
color: #BDDC70;
}
</style>
background-color css
<style>
a { background-color: #BDDC70; }
a { background-color: rgb(189,220,112); }
div.DivClassName
{
background-color: #BDDC70;
}
.BgClassName
{
background-color: #BDDC70;
}
</style>
border-color css
<style>
span { border-color: #BDDC70; }
span { border-color: rgb(189,220,112); }
td.TdClassName
{
border-color: #BDDC70;
}
.TagClassName
{
border-color: #BDDC70;
}
</style>