Shades of Sulu #BAF36D
Tints of Sulu #BAF36D
RGB
CMYK
RGB Variations
Color information
#BAF36D (or 0xBAF36D) is known color: Sulu. HEX triplet: BA, F3 and 6D. RGB value is (186,243,109). Sum of RGB (Red+Green+Blue) = 186+243+109=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF36D is #450C92. Grayscale: #D3D3D3. Windows color (decimal): -4525203 or 7205818. OLE color: 7205818.
HSL color Cylindrical-coordinate representation of color #BAF36D: hue angle of 85.52º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAF36D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 109 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.05 |
| HSL | 85.52º | 0.85% | 0.69% | - |
| HSV(B) | 85.52º | 0.55% | 0.95% | - |
| XYZ | 55.06 | 75.64 | 26.17 | - |
| YUV | 210.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 109 | 0.23 | 0 | 0.55 | 0.05 | 85.52 | 0.85 | 0.69 |
| Hex | BA | F3 | 6D | 17 | 0 | 37 | 5 | 56 | 55 | 45 |
| Octal | 272 | 363 | 155 | 27 | 0 | 67 | 5 | 126 | 125 | 105 |
| Binary | 10111010 | 11110011 | 1101101 | 10111 | 0 | 110111 | 101 | 1010110 | 1010101 | 1000101 |
Color Harmonies of #BAF36D
Complementary color
Monochromatic Colors of #BAF36D
Black with #BAF36D
Text Example
Text Example
White with #BAF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF36D; }
p { color: rgb(186,243,109); }
H1.HeaderClassName
{
color: #BAF36D;
}
.AnyTagClassName
{
color: #BAF36D;
}
</style>
background-color css
<style>
a { background-color: #BAF36D; }
a { background-color: rgb(186,243,109); }
div.DivClassName
{
background-color: #BAF36D;
}
.BgClassName
{
background-color: #BAF36D;
}
</style>
border-color css
<style>
span { border-color: #BAF36D; }
span { border-color: rgb(186,243,109); }
td.TdClassName
{
border-color: #BAF36D;
}
.TagClassName
{
border-color: #BAF36D;
}
</style>