Shades of Sulu #BDF483
Tints of Sulu #BDF483
RGB
CMYK
RGB Variations
Color information
#BDF483 (or 0xBDF483) is known color: Sulu. HEX triplet: BD, F4 and 83. RGB value is (189,244,131). Sum of RGB (Red+Green+Blue) = 189+244+131=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF483 is #420B7C. Grayscale: #D7D7D7. Windows color (decimal): -4328317 or 8647869. OLE color: 8647869.
HSL color Cylindrical-coordinate representation of color #BDF483: hue angle of 89.2º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF483 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 131 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.04 |
| HSL | 89.2º | 0.84% | 0.74% | - |
| HSV(B) | 89.2º | 0.46% | 0.96% | - |
| XYZ | 57.43 | 77.16 | 33.34 | - |
| YUV | 214.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 131 | 0.23 | 0 | 0.46 | 0.04 | 89.2 | 0.84 | 0.74 |
| Hex | BD | F4 | 83 | 17 | 0 | 2E | 4 | 59 | 54 | 4A |
| Octal | 275 | 364 | 203 | 27 | 0 | 56 | 4 | 131 | 124 | 112 |
| Binary | 10111101 | 11110100 | 10000011 | 10111 | 0 | 101110 | 100 | 1011001 | 1010100 | 1001010 |
Color Harmonies of #BDF483
Complementary color
Monochromatic Colors of #BDF483
Black with #BDF483
Text Example
Text Example
White with #BDF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF483; }
p { color: rgb(189,244,131); }
H1.HeaderClassName
{
color: #BDF483;
}
.AnyTagClassName
{
color: #BDF483;
}
</style>
background-color css
<style>
a { background-color: #BDF483; }
a { background-color: rgb(189,244,131); }
div.DivClassName
{
background-color: #BDF483;
}
.BgClassName
{
background-color: #BDF483;
}
</style>
border-color css
<style>
span { border-color: #BDF483; }
span { border-color: rgb(189,244,131); }
td.TdClassName
{
border-color: #BDF483;
}
.TagClassName
{
border-color: #BDF483;
}
</style>