Shades of Sulu #BDF270
Tints of Sulu #BDF270
RGB
CMYK
RGB Variations
Color information
#BDF270 (or 0xBDF270) is known color: Sulu. HEX triplet: BD, F2 and 70. RGB value is (189,242,112). Sum of RGB (Red+Green+Blue) = 189+242+112=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF270 is #420D8F. Grayscale: #D3D3D3. Windows color (decimal): -4328848 or 7402173. OLE color: 7402173.
HSL color Cylindrical-coordinate representation of color #BDF270: hue angle of 84.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF270 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 112 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.05 |
| HSL | 84.46º | 0.83% | 0.69% | - |
| HSV(B) | 84.46º | 0.54% | 0.95% | - |
| XYZ | 55.66 | 75.49 | 26.97 | - |
| YUV | 211.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 112 | 0.22 | 0 | 0.54 | 0.05 | 84.46 | 0.83 | 0.69 |
| Hex | BD | F2 | 70 | 16 | 0 | 36 | 5 | 54 | 53 | 45 |
| Octal | 275 | 362 | 160 | 26 | 0 | 66 | 5 | 124 | 123 | 105 |
| Binary | 10111101 | 11110010 | 1110000 | 10110 | 0 | 110110 | 101 | 1010100 | 1010011 | 1000101 |
Color Harmonies of #BDF270
Complementary color
Monochromatic Colors of #BDF270
Black with #BDF270
Text Example
Text Example
White with #BDF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF270; }
p { color: rgb(189,242,112); }
H1.HeaderClassName
{
color: #BDF270;
}
.AnyTagClassName
{
color: #BDF270;
}
</style>
background-color css
<style>
a { background-color: #BDF270; }
a { background-color: rgb(189,242,112); }
div.DivClassName
{
background-color: #BDF270;
}
.BgClassName
{
background-color: #BDF270;
}
</style>
border-color css
<style>
span { border-color: #BDF270; }
span { border-color: rgb(189,242,112); }
td.TdClassName
{
border-color: #BDF270;
}
.TagClassName
{
border-color: #BDF270;
}
</style>