Shades of Sulu #BAFE69
Tints of Sulu #BAFE69
RGB
CMYK
RGB Variations
Color information
#BAFE69 (or 0xBAFE69) is known color: Sulu. HEX triplet: BA, FE and 69. RGB value is (186,254,105). Sum of RGB (Red+Green+Blue) = 186+254+105=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE69 is #450196. Grayscale: #D9D9D9. Windows color (decimal): -4522391 or 6946490. OLE color: 6946490.
HSL color Cylindrical-coordinate representation of color #BAFE69: hue angle of 87.38º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAFE69 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 105 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.00 |
| HSL | 87.38º | 0.99% | 0.7% | - |
| HSV(B) | 87.38º | 0.59% | 1% | - |
| XYZ | 58.24 | 82.34 | 26.19 | - |
| YUV | 216.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 105 | 0.27 | 0 | 0.59 | 0.00 | 87.38 | 0.99 | 0.7 |
| Hex | BA | FE | 69 | 1B | 0 | 3B | 0 | 57 | 63 | 46 |
| Octal | 272 | 376 | 151 | 33 | 0 | 73 | 0 | 127 | 143 | 106 |
| Binary | 10111010 | 11111110 | 1101001 | 11011 | 0 | 111011 | 0 | 1010111 | 1100011 | 1000110 |
Color Harmonies of #BAFE69
Complementary color
Monochromatic Colors of #BAFE69
Black with #BAFE69
Text Example
Text Example
White with #BAFE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE69; }
p { color: rgb(186,254,105); }
H1.HeaderClassName
{
color: #BAFE69;
}
.AnyTagClassName
{
color: #BAFE69;
}
</style>
background-color css
<style>
a { background-color: #BAFE69; }
a { background-color: rgb(186,254,105); }
div.DivClassName
{
background-color: #BAFE69;
}
.BgClassName
{
background-color: #BAFE69;
}
</style>
border-color css
<style>
span { border-color: #BAFE69; }
span { border-color: rgb(186,254,105); }
td.TdClassName
{
border-color: #BAFE69;
}
.TagClassName
{
border-color: #BAFE69;
}
</style>