Shades of Sulu #BDF28F
Tints of Sulu #BDF28F
RGB
CMYK
RGB Variations
Color information
#BDF28F (or 0xBDF28F) is known color: Sulu. HEX triplet: BD, F2 and 8F. RGB value is (189,242,143). Sum of RGB (Red+Green+Blue) = 189+242+143=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF28F is #420D70. Grayscale: #D7D7D7. Windows color (decimal): -4328817 or 9433789. OLE color: 9433789.
HSL color Cylindrical-coordinate representation of color #BDF28F: hue angle of 92.12º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF28F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 143 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.05 |
| HSL | 92.12º | 0.79% | 0.75% | - |
| HSV(B) | 92.12º | 0.41% | 0.95% | - |
| XYZ | 57.7 | 76.31 | 37.67 | - |
| YUV | 214.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 143 | 0.22 | 0 | 0.41 | 0.05 | 92.12 | 0.79 | 0.75 |
| Hex | BD | F2 | 8F | 16 | 0 | 29 | 5 | 5C | 4F | 4B |
| Octal | 275 | 362 | 217 | 26 | 0 | 51 | 5 | 134 | 117 | 113 |
| Binary | 10111101 | 11110010 | 10001111 | 10110 | 0 | 101001 | 101 | 1011100 | 1001111 | 1001011 |
Color Harmonies of #BDF28F
Complementary color
Monochromatic Colors of #BDF28F
Black with #BDF28F
Text Example
Text Example
White with #BDF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF28F; }
p { color: rgb(189,242,143); }
H1.HeaderClassName
{
color: #BDF28F;
}
.AnyTagClassName
{
color: #BDF28F;
}
</style>
background-color css
<style>
a { background-color: #BDF28F; }
a { background-color: rgb(189,242,143); }
div.DivClassName
{
background-color: #BDF28F;
}
.BgClassName
{
background-color: #BDF28F;
}
</style>
border-color css
<style>
span { border-color: #BDF28F; }
span { border-color: rgb(189,242,143); }
td.TdClassName
{
border-color: #BDF28F;
}
.TagClassName
{
border-color: #BDF28F;
}
</style>