Shades of Sulu #BDF782
Tints of Sulu #BDF782
RGB
CMYK
RGB Variations
Color information
#BDF782 (or 0xBDF782) is known color: Sulu. HEX triplet: BD, F7 and 82. RGB value is (189,247,130). Sum of RGB (Red+Green+Blue) = 189+247+130=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF782 is #42087D. Grayscale: #D8D8D8. Windows color (decimal): -4327550 or 8583101. OLE color: 8583101.
HSL color Cylindrical-coordinate representation of color #BDF782: hue angle of 89.74º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF782 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 130 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.03 |
| HSL | 89.74º | 0.88% | 0.74% | - |
| HSV(B) | 89.74º | 0.47% | 0.97% | - |
| XYZ | 58.28 | 78.95 | 33.29 | - |
| YUV | 216.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 130 | 0.23 | 0 | 0.47 | 0.03 | 89.74 | 0.88 | 0.74 |
| Hex | BD | F7 | 82 | 17 | 0 | 2F | 3 | 5A | 58 | 4A |
| Octal | 275 | 367 | 202 | 27 | 0 | 57 | 3 | 132 | 130 | 112 |
| Binary | 10111101 | 11110111 | 10000010 | 10111 | 0 | 101111 | 11 | 1011010 | 1011000 | 1001010 |
Color Harmonies of #BDF782
Complementary color
Monochromatic Colors of #BDF782
Black with #BDF782
Text Example
Text Example
White with #BDF782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF782; }
p { color: rgb(189,247,130); }
H1.HeaderClassName
{
color: #BDF782;
}
.AnyTagClassName
{
color: #BDF782;
}
</style>
background-color css
<style>
a { background-color: #BDF782; }
a { background-color: rgb(189,247,130); }
div.DivClassName
{
background-color: #BDF782;
}
.BgClassName
{
background-color: #BDF782;
}
</style>
border-color css
<style>
span { border-color: #BDF782; }
span { border-color: rgb(189,247,130); }
td.TdClassName
{
border-color: #BDF782;
}
.TagClassName
{
border-color: #BDF782;
}
</style>