Shades of Sulu #BDFE74
Tints of Sulu #BDFE74
RGB
CMYK
RGB Variations
Color information
#BDFE74 (or 0xBDFE74) is known color: Sulu. HEX triplet: BD, FE and 74. RGB value is (189,254,116). Sum of RGB (Red+Green+Blue) = 189+254+116=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE74 is #42018B. Grayscale: #DBDBDB. Windows color (decimal): -4325772 or 7667389. OLE color: 7667389.
HSL color Cylindrical-coordinate representation of color #BDFE74: hue angle of 88.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDFE74 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 116 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.00 |
| HSL | 88.26º | 0.99% | 0.73% | - |
| HSV(B) | 88.26º | 0.54% | 1% | - |
| XYZ | 59.58 | 82.96 | 29.4 | - |
| YUV | 218.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 116 | 0.26 | 0 | 0.54 | 0.00 | 88.26 | 0.99 | 0.73 |
| Hex | BD | FE | 74 | 1A | 0 | 36 | 0 | 58 | 63 | 49 |
| Octal | 275 | 376 | 164 | 32 | 0 | 66 | 0 | 130 | 143 | 111 |
| Binary | 10111101 | 11111110 | 1110100 | 11010 | 0 | 110110 | 0 | 1011000 | 1100011 | 1001001 |
Color Harmonies of #BDFE74
Complementary color
Monochromatic Colors of #BDFE74
Black with #BDFE74
Text Example
Text Example
White with #BDFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE74; }
p { color: rgb(189,254,116); }
H1.HeaderClassName
{
color: #BDFE74;
}
.AnyTagClassName
{
color: #BDFE74;
}
</style>
background-color css
<style>
a { background-color: #BDFE74; }
a { background-color: rgb(189,254,116); }
div.DivClassName
{
background-color: #BDFE74;
}
.BgClassName
{
background-color: #BDFE74;
}
</style>
border-color css
<style>
span { border-color: #BDFE74; }
span { border-color: rgb(189,254,116); }
td.TdClassName
{
border-color: #BDFE74;
}
.TagClassName
{
border-color: #BDFE74;
}
</style>