Shades of Sulu #BDF273
Tints of Sulu #BDF273
RGB
CMYK
RGB Variations
Color information
#BDF273 (or 0xBDF273) is known color: Sulu. HEX triplet: BD, F2 and 73. RGB value is (189,242,115). Sum of RGB (Red+Green+Blue) = 189+242+115=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF273 is #420D8C. Grayscale: #D4D4D4. Windows color (decimal): -4328845 or 7598781. OLE color: 7598781.
HSL color Cylindrical-coordinate representation of color #BDF273: hue angle of 85.04º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF273 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 115 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.05 |
| HSL | 85.04º | 0.83% | 0.7% | - |
| HSV(B) | 85.04º | 0.52% | 0.95% | - |
| XYZ | 55.83 | 75.56 | 27.86 | - |
| YUV | 211.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 115 | 0.22 | 0 | 0.52 | 0.05 | 85.04 | 0.83 | 0.7 |
| Hex | BD | F2 | 73 | 16 | 0 | 34 | 5 | 55 | 53 | 46 |
| Octal | 275 | 362 | 163 | 26 | 0 | 64 | 5 | 125 | 123 | 106 |
| Binary | 10111101 | 11110010 | 1110011 | 10110 | 0 | 110100 | 101 | 1010101 | 1010011 | 1000110 |
Color Harmonies of #BDF273
Complementary color
Monochromatic Colors of #BDF273
Black with #BDF273
Text Example
Text Example
White with #BDF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF273; }
p { color: rgb(189,242,115); }
H1.HeaderClassName
{
color: #BDF273;
}
.AnyTagClassName
{
color: #BDF273;
}
</style>
background-color css
<style>
a { background-color: #BDF273; }
a { background-color: rgb(189,242,115); }
div.DivClassName
{
background-color: #BDF273;
}
.BgClassName
{
background-color: #BDF273;
}
</style>
border-color css
<style>
span { border-color: #BDF273; }
span { border-color: rgb(189,242,115); }
td.TdClassName
{
border-color: #BDF273;
}
.TagClassName
{
border-color: #BDF273;
}
</style>