Shades of Sulu #BDFB7C
Tints of Sulu #BDFB7C
RGB
CMYK
RGB Variations
Color information
#BDFB7C (or 0xBDFB7C) is known color: Sulu. HEX triplet: BD, FB and 7C. RGB value is (189,251,124). Sum of RGB (Red+Green+Blue) = 189+251+124=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7C is #420483. Grayscale: #DADADA. Windows color (decimal): -4326532 or 8190909. OLE color: 8190909.
HSL color Cylindrical-coordinate representation of color #BDFB7C: hue angle of 89.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFB7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 124 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.02 |
| HSL | 89.29º | 0.94% | 0.74% | - |
| HSV(B) | 89.29º | 0.51% | 0.98% | - |
| XYZ | 59.12 | 81.27 | 31.64 | - |
| YUV | 217.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 124 | 0.25 | 0 | 0.51 | 0.02 | 89.29 | 0.94 | 0.74 |
| Hex | BD | FB | 7C | 19 | 0 | 33 | 2 | 59 | 5E | 4A |
| Octal | 275 | 373 | 174 | 31 | 0 | 63 | 2 | 131 | 136 | 112 |
| Binary | 10111101 | 11111011 | 1111100 | 11001 | 0 | 110011 | 10 | 1011001 | 1011110 | 1001010 |
Color Harmonies of #BDFB7C
Complementary color
Monochromatic Colors of #BDFB7C
Black with #BDFB7C
Text Example
Text Example
White with #BDFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB7C; }
p { color: rgb(189,251,124); }
H1.HeaderClassName
{
color: #BDFB7C;
}
.AnyTagClassName
{
color: #BDFB7C;
}
</style>
background-color css
<style>
a { background-color: #BDFB7C; }
a { background-color: rgb(189,251,124); }
div.DivClassName
{
background-color: #BDFB7C;
}
.BgClassName
{
background-color: #BDFB7C;
}
</style>
border-color css
<style>
span { border-color: #BDFB7C; }
span { border-color: rgb(189,251,124); }
td.TdClassName
{
border-color: #BDFB7C;
}
.TagClassName
{
border-color: #BDFB7C;
}
</style>