Shades of Sulu #BDFB6A
Tints of Sulu #BDFB6A
RGB
CMYK
RGB Variations
Color information
#BDFB6A (or 0xBDFB6A) is known color: Sulu. HEX triplet: BD, FB and 6A. RGB value is (189,251,106). Sum of RGB (Red+Green+Blue) = 189+251+106=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB6A is #420495. Grayscale: #D8D8D8. Windows color (decimal): -4326550 or 7011261. OLE color: 7011261.
HSL color Cylindrical-coordinate representation of color #BDFB6A: hue angle of 85.66º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDFB6A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 106 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.02 |
| HSL | 85.66º | 0.95% | 0.7% | - |
| HSV(B) | 85.66º | 0.58% | 0.98% | - |
| XYZ | 58.08 | 80.85 | 26.18 | - |
| YUV | 215.93 | 65.96 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 106 | 0.25 | 0 | 0.58 | 0.02 | 85.66 | 0.95 | 0.7 |
| Hex | BD | FB | 6A | 19 | 0 | 3A | 2 | 56 | 5F | 46 |
| Octal | 275 | 373 | 152 | 31 | 0 | 72 | 2 | 126 | 137 | 106 |
| Binary | 10111101 | 11111011 | 1101010 | 11001 | 0 | 111010 | 10 | 1010110 | 1011111 | 1000110 |
Color Harmonies of #BDFB6A
Complementary color
Monochromatic Colors of #BDFB6A
Black with #BDFB6A
Text Example
Text Example
White with #BDFB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB6A; }
p { color: rgb(189,251,106); }
H1.HeaderClassName
{
color: #BDFB6A;
}
.AnyTagClassName
{
color: #BDFB6A;
}
</style>
background-color css
<style>
a { background-color: #BDFB6A; }
a { background-color: rgb(189,251,106); }
div.DivClassName
{
background-color: #BDFB6A;
}
.BgClassName
{
background-color: #BDFB6A;
}
</style>
border-color css
<style>
span { border-color: #BDFB6A; }
span { border-color: rgb(189,251,106); }
td.TdClassName
{
border-color: #BDFB6A;
}
.TagClassName
{
border-color: #BDFB6A;
}
</style>