Shades of Sulu #BDFF82
Tints of Sulu #BDFF82
RGB
CMYK
RGB Variations
Color information
#BDFF82 (or 0xBDFF82) is known color: Sulu. HEX triplet: BD, FF and 82. RGB value is (189,255,130). Sum of RGB (Red+Green+Blue) = 189+255+130=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF82 is #42007D. Grayscale: #DDDDDD. Windows color (decimal): -4325502 or 8585149. OLE color: 8585149.
HSL color Cylindrical-coordinate representation of color #BDFF82: hue angle of 91.68º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDFF82 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 130 | - |
| CMYK | 0.26 | 0 | 0.49 | 0 |
| HSL | 91.68º | 1% | 0.75% | - |
| HSV(B) | 91.68º | 0.49% | 1% | - |
| XYZ | 60.78 | 83.95 | 34.12 | - |
| YUV | 221.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 130 | 0.26 | 0 | 0.49 | 0 | 91.68 | 1 | 0.75 |
| Hex | BD | FF | 82 | 1A | 0 | 31 | 0 | 5C | 64 | 4B |
| Octal | 275 | 377 | 202 | 32 | 0 | 61 | 0 | 134 | 144 | 113 |
| Binary | 10111101 | 11111111 | 10000010 | 11010 | 0 | 110001 | 0 | 1011100 | 1100100 | 1001011 |
Color Harmonies of #BDFF82
Complementary color
Monochromatic Colors of #BDFF82
Black with #BDFF82
Text Example
Text Example
White with #BDFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF82; }
p { color: rgb(189,255,130); }
H1.HeaderClassName
{
color: #BDFF82;
}
.AnyTagClassName
{
color: #BDFF82;
}
</style>
background-color css
<style>
a { background-color: #BDFF82; }
a { background-color: rgb(189,255,130); }
div.DivClassName
{
background-color: #BDFF82;
}
.BgClassName
{
background-color: #BDFF82;
}
</style>
border-color css
<style>
span { border-color: #BDFF82; }
span { border-color: rgb(189,255,130); }
td.TdClassName
{
border-color: #BDFF82;
}
.TagClassName
{
border-color: #BDFF82;
}
</style>