Shades of Sulu #BDFC7B
Tints of Sulu #BDFC7B
RGB
CMYK
RGB Variations
Color information
#BDFC7B (or 0xBDFC7B) is known color: Sulu. HEX triplet: BD, FC and 7B. RGB value is (189,252,123). Sum of RGB (Red+Green+Blue) = 189+252+123=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC7B is #420384. Grayscale: #DADADA. Windows color (decimal): -4326277 or 8125629. OLE color: 8125629.
HSL color Cylindrical-coordinate representation of color #BDFC7B: hue angle of 89.3º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFC7B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 123 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.01 |
| HSL | 89.3º | 0.96% | 0.74% | - |
| HSV(B) | 89.3º | 0.51% | 0.99% | - |
| XYZ | 59.37 | 81.87 | 31.41 | - |
| YUV | 218.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 123 | 0.25 | 0 | 0.51 | 0.01 | 89.3 | 0.96 | 0.74 |
| Hex | BD | FC | 7B | 19 | 0 | 33 | 1 | 59 | 60 | 4A |
| Octal | 275 | 374 | 173 | 31 | 0 | 63 | 1 | 131 | 140 | 112 |
| Binary | 10111101 | 11111100 | 1111011 | 11001 | 0 | 110011 | 1 | 1011001 | 1100000 | 1001010 |
Color Harmonies of #BDFC7B
Complementary color
Monochromatic Colors of #BDFC7B
Black with #BDFC7B
Text Example
Text Example
White with #BDFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC7B; }
p { color: rgb(189,252,123); }
H1.HeaderClassName
{
color: #BDFC7B;
}
.AnyTagClassName
{
color: #BDFC7B;
}
</style>
background-color css
<style>
a { background-color: #BDFC7B; }
a { background-color: rgb(189,252,123); }
div.DivClassName
{
background-color: #BDFC7B;
}
.BgClassName
{
background-color: #BDFC7B;
}
</style>
border-color css
<style>
span { border-color: #BDFC7B; }
span { border-color: rgb(189,252,123); }
td.TdClassName
{
border-color: #BDFC7B;
}
.TagClassName
{
border-color: #BDFC7B;
}
</style>