Shades of Sulu #BDF37F
Tints of Sulu #BDF37F
RGB
CMYK
RGB Variations
Color information
#BDF37F (or 0xBDF37F) is known color: Sulu. HEX triplet: BD, F3 and 7F. RGB value is (189,243,127). Sum of RGB (Red+Green+Blue) = 189+243+127=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF37F is #420C80. Grayscale: #D6D6D6. Windows color (decimal): -4328577 or 8385469. OLE color: 8385469.
HSL color Cylindrical-coordinate representation of color #BDF37F: hue angle of 87.93º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF37F is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 127 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.05 |
| HSL | 87.93º | 0.83% | 0.73% | - |
| HSV(B) | 87.93º | 0.48% | 0.95% | - |
| XYZ | 56.87 | 76.45 | 31.84 | - |
| YUV | 213.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 127 | 0.22 | 0 | 0.48 | 0.05 | 87.93 | 0.83 | 0.73 |
| Hex | BD | F3 | 7F | 16 | 0 | 30 | 5 | 58 | 53 | 49 |
| Octal | 275 | 363 | 177 | 26 | 0 | 60 | 5 | 130 | 123 | 111 |
| Binary | 10111101 | 11110011 | 1111111 | 10110 | 0 | 110000 | 101 | 1011000 | 1010011 | 1001001 |
Color Harmonies of #BDF37F
Complementary color
Monochromatic Colors of #BDF37F
Black with #BDF37F
Text Example
Text Example
White with #BDF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF37F; }
p { color: rgb(189,243,127); }
H1.HeaderClassName
{
color: #BDF37F;
}
.AnyTagClassName
{
color: #BDF37F;
}
</style>
background-color css
<style>
a { background-color: #BDF37F; }
a { background-color: rgb(189,243,127); }
div.DivClassName
{
background-color: #BDF37F;
}
.BgClassName
{
background-color: #BDF37F;
}
</style>
border-color css
<style>
span { border-color: #BDF37F; }
span { border-color: rgb(189,243,127); }
td.TdClassName
{
border-color: #BDF37F;
}
.TagClassName
{
border-color: #BDF37F;
}
</style>