Shades of Sulu #BAF369
Tints of Sulu #BAF369
RGB
CMYK
RGB Variations
Color information
#BAF369 (or 0xBAF369) is known color: Sulu. HEX triplet: BA, F3 and 69. RGB value is (186,243,105). Sum of RGB (Red+Green+Blue) = 186+243+105=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF369 is #450C96. Grayscale: #D2D2D2. Windows color (decimal): -4525207 or 6943674. OLE color: 6943674.
HSL color Cylindrical-coordinate representation of color #BAF369: hue angle of 84.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAF369 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 105 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.05 |
| HSL | 84.78º | 0.85% | 0.68% | - |
| HSV(B) | 84.78º | 0.57% | 0.95% | - |
| XYZ | 54.85 | 75.56 | 25.06 | - |
| YUV | 210.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 105 | 0.23 | 0 | 0.57 | 0.05 | 84.78 | 0.85 | 0.68 |
| Hex | BA | F3 | 69 | 17 | 0 | 39 | 5 | 55 | 55 | 44 |
| Octal | 272 | 363 | 151 | 27 | 0 | 71 | 5 | 125 | 125 | 104 |
| Binary | 10111010 | 11110011 | 1101001 | 10111 | 0 | 111001 | 101 | 1010101 | 1010101 | 1000100 |
Color Harmonies of #BAF369
Complementary color
Monochromatic Colors of #BAF369
Black with #BAF369
Text Example
Text Example
White with #BAF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF369; }
p { color: rgb(186,243,105); }
H1.HeaderClassName
{
color: #BAF369;
}
.AnyTagClassName
{
color: #BAF369;
}
</style>
background-color css
<style>
a { background-color: #BAF369; }
a { background-color: rgb(186,243,105); }
div.DivClassName
{
background-color: #BAF369;
}
.BgClassName
{
background-color: #BAF369;
}
</style>
border-color css
<style>
span { border-color: #BAF369; }
span { border-color: rgb(186,243,105); }
td.TdClassName
{
border-color: #BAF369;
}
.TagClassName
{
border-color: #BAF369;
}
</style>