Shades of Sulu #BDF28B
Tints of Sulu #BDF28B
RGB
CMYK
RGB Variations
Color information
#BDF28B (or 0xBDF28B) is known color: Sulu. HEX triplet: BD, F2 and 8B. RGB value is (189,242,139). Sum of RGB (Red+Green+Blue) = 189+242+139=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF28B is #420D74. Grayscale: #D6D6D6. Windows color (decimal): -4328821 or 9171645. OLE color: 9171645.
HSL color Cylindrical-coordinate representation of color #BDF28B: hue angle of 90.87º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF28B is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 139 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.05 |
| HSL | 90.87º | 0.8% | 0.75% | - |
| HSV(B) | 90.87º | 0.43% | 0.95% | - |
| XYZ | 57.4 | 76.19 | 36.11 | - |
| YUV | 214.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 139 | 0.22 | 0 | 0.43 | 0.05 | 90.87 | 0.8 | 0.75 |
| Hex | BD | F2 | 8B | 16 | 0 | 2B | 5 | 5B | 50 | 4B |
| Octal | 275 | 362 | 213 | 26 | 0 | 53 | 5 | 133 | 120 | 113 |
| Binary | 10111101 | 11110010 | 10001011 | 10110 | 0 | 101011 | 101 | 1011011 | 1010000 | 1001011 |
Color Harmonies of #BDF28B
Complementary color
Monochromatic Colors of #BDF28B
Black with #BDF28B
Text Example
Text Example
White with #BDF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF28B; }
p { color: rgb(189,242,139); }
H1.HeaderClassName
{
color: #BDF28B;
}
.AnyTagClassName
{
color: #BDF28B;
}
</style>
background-color css
<style>
a { background-color: #BDF28B; }
a { background-color: rgb(189,242,139); }
div.DivClassName
{
background-color: #BDF28B;
}
.BgClassName
{
background-color: #BDF28B;
}
</style>
border-color css
<style>
span { border-color: #BDF28B; }
span { border-color: rgb(189,242,139); }
td.TdClassName
{
border-color: #BDF28B;
}
.TagClassName
{
border-color: #BDF28B;
}
</style>