Shades of Sulu #BDFB6C
Tints of Sulu #BDFB6C
RGB
CMYK
RGB Variations
Color information
#BDFB6C (or 0xBDFB6C) is known color: Sulu. HEX triplet: BD, FB and 6C. RGB value is (189,251,108). Sum of RGB (Red+Green+Blue) = 189+251+108=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB6C is #420493. Grayscale: #D8D8D8. Windows color (decimal): -4326548 or 7142333. OLE color: 7142333.
HSL color Cylindrical-coordinate representation of color #BDFB6C: hue angle of 86.01º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDFB6C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 108 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.02 |
| HSL | 86.01º | 0.95% | 0.7% | - |
| HSV(B) | 86.01º | 0.57% | 0.98% | - |
| XYZ | 58.19 | 80.9 | 26.73 | - |
| YUV | 216.16 | 66.96 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 108 | 0.25 | 0 | 0.57 | 0.02 | 86.01 | 0.95 | 0.7 |
| Hex | BD | FB | 6C | 19 | 0 | 39 | 2 | 56 | 5F | 46 |
| Octal | 275 | 373 | 154 | 31 | 0 | 71 | 2 | 126 | 137 | 106 |
| Binary | 10111101 | 11111011 | 1101100 | 11001 | 0 | 111001 | 10 | 1010110 | 1011111 | 1000110 |
Color Harmonies of #BDFB6C
Complementary color
Monochromatic Colors of #BDFB6C
Black with #BDFB6C
Text Example
Text Example
White with #BDFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB6C; }
p { color: rgb(189,251,108); }
H1.HeaderClassName
{
color: #BDFB6C;
}
.AnyTagClassName
{
color: #BDFB6C;
}
</style>
background-color css
<style>
a { background-color: #BDFB6C; }
a { background-color: rgb(189,251,108); }
div.DivClassName
{
background-color: #BDFB6C;
}
.BgClassName
{
background-color: #BDFB6C;
}
</style>
border-color css
<style>
span { border-color: #BDFB6C; }
span { border-color: rgb(189,251,108); }
td.TdClassName
{
border-color: #BDFB6C;
}
.TagClassName
{
border-color: #BDFB6C;
}
</style>