Shades of Sulu #BDF57E
Tints of Sulu #BDF57E
RGB
CMYK
RGB Variations
Color information
#BDF57E (or 0xBDF57E) is known color: Sulu. HEX triplet: BD, F5 and 7E. RGB value is (189,245,126). Sum of RGB (Red+Green+Blue) = 189+245+126=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF57E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF57E is #420A81. Grayscale: #D7D7D7. Windows color (decimal): -4328066 or 8320445. OLE color: 8320445.
HSL color Cylindrical-coordinate representation of color #BDF57E: hue angle of 88.24º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF57E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 126 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.04 |
| HSL | 88.24º | 0.86% | 0.73% | - |
| HSV(B) | 88.24º | 0.49% | 0.96% | - |
| XYZ | 57.4 | 77.63 | 31.7 | - |
| YUV | 214.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 126 | 0.23 | 0 | 0.49 | 0.04 | 88.24 | 0.86 | 0.73 |
| Hex | BD | F5 | 7E | 17 | 0 | 31 | 4 | 58 | 56 | 49 |
| Octal | 275 | 365 | 176 | 27 | 0 | 61 | 4 | 130 | 126 | 111 |
| Binary | 10111101 | 11110101 | 1111110 | 10111 | 0 | 110001 | 100 | 1011000 | 1010110 | 1001001 |
Color Harmonies of #BDF57E
Complementary color
Monochromatic Colors of #BDF57E
Black with #BDF57E
Text Example
Text Example
White with #BDF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF57E; }
p { color: rgb(189,245,126); }
H1.HeaderClassName
{
color: #BDF57E;
}
.AnyTagClassName
{
color: #BDF57E;
}
</style>
background-color css
<style>
a { background-color: #BDF57E; }
a { background-color: rgb(189,245,126); }
div.DivClassName
{
background-color: #BDF57E;
}
.BgClassName
{
background-color: #BDF57E;
}
</style>
border-color css
<style>
span { border-color: #BDF57E; }
span { border-color: rgb(189,245,126); }
td.TdClassName
{
border-color: #BDF57E;
}
.TagClassName
{
border-color: #BDF57E;
}
</style>