Shades of Sulu #BDF36B
Tints of Sulu #BDF36B
RGB
CMYK
RGB Variations
Color information
#BDF36B (or 0xBDF36B) is known color: Sulu. HEX triplet: BD, F3 and 6B. RGB value is (189,243,107). Sum of RGB (Red+Green+Blue) = 189+243+107=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF36B is #420C94. Grayscale: #D3D3D3. Windows color (decimal): -4328597 or 7074749. OLE color: 7074749.
HSL color Cylindrical-coordinate representation of color #BDF36B: hue angle of 83.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDF36B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 107 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.05 |
| HSL | 83.82º | 0.85% | 0.69% | - |
| HSV(B) | 83.82º | 0.56% | 0.95% | - |
| XYZ | 55.69 | 75.98 | 25.64 | - |
| YUV | 211.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 107 | 0.22 | 0 | 0.56 | 0.05 | 83.82 | 0.85 | 0.69 |
| Hex | BD | F3 | 6B | 16 | 0 | 38 | 5 | 54 | 55 | 45 |
| Octal | 275 | 363 | 153 | 26 | 0 | 70 | 5 | 124 | 125 | 105 |
| Binary | 10111101 | 11110011 | 1101011 | 10110 | 0 | 111000 | 101 | 1010100 | 1010101 | 1000101 |
Color Harmonies of #BDF36B
Complementary color
Monochromatic Colors of #BDF36B
Black with #BDF36B
Text Example
Text Example
White with #BDF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF36B; }
p { color: rgb(189,243,107); }
H1.HeaderClassName
{
color: #BDF36B;
}
.AnyTagClassName
{
color: #BDF36B;
}
</style>
background-color css
<style>
a { background-color: #BDF36B; }
a { background-color: rgb(189,243,107); }
div.DivClassName
{
background-color: #BDF36B;
}
.BgClassName
{
background-color: #BDF36B;
}
</style>
border-color css
<style>
span { border-color: #BDF36B; }
span { border-color: rgb(189,243,107); }
td.TdClassName
{
border-color: #BDF36B;
}
.TagClassName
{
border-color: #BDF36B;
}
</style>