Shades of Sulu #BDF288
Tints of Sulu #BDF288
RGB
CMYK
RGB Variations
Color information
#BDF288 (or 0xBDF288) is known color: Sulu. HEX triplet: BD, F2 and 88. RGB value is (189,242,136). Sum of RGB (Red+Green+Blue) = 189+242+136=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF288 is #420D77. Grayscale: #D6D6D6. Windows color (decimal): -4328824 or 8975037. OLE color: 8975037.
HSL color Cylindrical-coordinate representation of color #BDF288: hue angle of 90º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDF288 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 136 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.05 |
| HSL | 90º | 0.8% | 0.74% | - |
| HSV(B) | 90º | 0.44% | 0.95% | - |
| XYZ | 57.18 | 76.1 | 34.97 | - |
| YUV | 214.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 136 | 0.22 | 0 | 0.44 | 0.05 | 90 | 0.8 | 0.74 |
| Hex | BD | F2 | 88 | 16 | 0 | 2C | 5 | 5A | 50 | 4A |
| Octal | 275 | 362 | 210 | 26 | 0 | 54 | 5 | 132 | 120 | 112 |
| Binary | 10111101 | 11110010 | 10001000 | 10110 | 0 | 101100 | 101 | 1011010 | 1010000 | 1001010 |
Color Harmonies of #BDF288
Complementary color
Monochromatic Colors of #BDF288
Black with #BDF288
Text Example
Text Example
White with #BDF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF288; }
p { color: rgb(189,242,136); }
H1.HeaderClassName
{
color: #BDF288;
}
.AnyTagClassName
{
color: #BDF288;
}
</style>
background-color css
<style>
a { background-color: #BDF288; }
a { background-color: rgb(189,242,136); }
div.DivClassName
{
background-color: #BDF288;
}
.BgClassName
{
background-color: #BDF288;
}
</style>
border-color css
<style>
span { border-color: #BDF288; }
span { border-color: rgb(189,242,136); }
td.TdClassName
{
border-color: #BDF288;
}
.TagClassName
{
border-color: #BDF288;
}
</style>