Shades of Sulu #BDF36C
Tints of Sulu #BDF36C
RGB
CMYK
RGB Variations
Color information
#BDF36C (or 0xBDF36C) is known color: Sulu. HEX triplet: BD, F3 and 6C. RGB value is (189,243,108). Sum of RGB (Red+Green+Blue) = 189+243+108=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF36C is #420C93. Grayscale: #D3D3D3. Windows color (decimal): -4328596 or 7140285. OLE color: 7140285.
HSL color Cylindrical-coordinate representation of color #BDF36C: hue angle of 84º 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 #BDF36C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 108 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.05 |
| HSL | 84º | 0.85% | 0.69% | - |
| HSV(B) | 84º | 0.56% | 0.95% | - |
| XYZ | 55.74 | 76 | 25.92 | - |
| YUV | 211.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 108 | 0.22 | 0 | 0.56 | 0.05 | 84 | 0.85 | 0.69 |
| Hex | BD | F3 | 6C | 16 | 0 | 38 | 5 | 54 | 55 | 45 |
| Octal | 275 | 363 | 154 | 26 | 0 | 70 | 5 | 124 | 125 | 105 |
| Binary | 10111101 | 11110011 | 1101100 | 10110 | 0 | 111000 | 101 | 1010100 | 1010101 | 1000101 |
Color Harmonies of #BDF36C
Complementary color
Monochromatic Colors of #BDF36C
Black with #BDF36C
Text Example
Text Example
White with #BDF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF36C; }
p { color: rgb(189,243,108); }
H1.HeaderClassName
{
color: #BDF36C;
}
.AnyTagClassName
{
color: #BDF36C;
}
</style>
background-color css
<style>
a { background-color: #BDF36C; }
a { background-color: rgb(189,243,108); }
div.DivClassName
{
background-color: #BDF36C;
}
.BgClassName
{
background-color: #BDF36C;
}
</style>
border-color css
<style>
span { border-color: #BDF36C; }
span { border-color: rgb(189,243,108); }
td.TdClassName
{
border-color: #BDF36C;
}
.TagClassName
{
border-color: #BDF36C;
}
</style>