Shades of Sulu #BDFB74
Tints of Sulu #BDFB74
RGB
CMYK
RGB Variations
Color information
#BDFB74 (or 0xBDFB74) is known color: Sulu. HEX triplet: BD, FB and 74. RGB value is (189,251,116). Sum of RGB (Red+Green+Blue) = 189+251+116=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB74 is #42048B. Grayscale: #D9D9D9. Windows color (decimal): -4326540 or 7666621. OLE color: 7666621.
HSL color Cylindrical-coordinate representation of color #BDFB74: hue angle of 87.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDFB74 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 116 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.02 |
| HSL | 87.56º | 0.94% | 0.72% | - |
| HSV(B) | 87.56º | 0.54% | 0.98% | - |
| XYZ | 58.64 | 81.07 | 29.08 | - |
| YUV | 217.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 116 | 0.25 | 0 | 0.54 | 0.02 | 87.56 | 0.94 | 0.72 |
| Hex | BD | FB | 74 | 19 | 0 | 36 | 2 | 58 | 5E | 48 |
| Octal | 275 | 373 | 164 | 31 | 0 | 66 | 2 | 130 | 136 | 110 |
| Binary | 10111101 | 11111011 | 1110100 | 11001 | 0 | 110110 | 10 | 1011000 | 1011110 | 1001000 |
Color Harmonies of #BDFB74
Complementary color
Monochromatic Colors of #BDFB74
Black with #BDFB74
Text Example
Text Example
White with #BDFB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB74; }
p { color: rgb(189,251,116); }
H1.HeaderClassName
{
color: #BDFB74;
}
.AnyTagClassName
{
color: #BDFB74;
}
</style>
background-color css
<style>
a { background-color: #BDFB74; }
a { background-color: rgb(189,251,116); }
div.DivClassName
{
background-color: #BDFB74;
}
.BgClassName
{
background-color: #BDFB74;
}
</style>
border-color css
<style>
span { border-color: #BDFB74; }
span { border-color: rgb(189,251,116); }
td.TdClassName
{
border-color: #BDFB74;
}
.TagClassName
{
border-color: #BDFB74;
}
</style>