Shades of Sulu #BAF465
Tints of Sulu #BAF465
RGB
CMYK
RGB Variations
Color information
#BAF465 (or 0xBAF465) is known color: Sulu. HEX triplet: BA, F4 and 65. RGB value is (186,244,101). Sum of RGB (Red+Green+Blue) = 186+244+101=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF465 is #450B9A. Grayscale: #D2D2D2. Windows color (decimal): -4524955 or 6681786. OLE color: 6681786.
HSL color Cylindrical-coordinate representation of color #BAF465: hue angle of 84.34º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAF465 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 101 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.04 |
| HSL | 84.34º | 0.87% | 0.68% | - |
| HSV(B) | 84.34º | 0.59% | 0.96% | - |
| XYZ | 54.95 | 76.08 | 24.1 | - |
| YUV | 210.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 101 | 0.24 | 0 | 0.59 | 0.04 | 84.34 | 0.87 | 0.68 |
| Hex | BA | F4 | 65 | 18 | 0 | 3B | 4 | 54 | 57 | 44 |
| Octal | 272 | 364 | 145 | 30 | 0 | 73 | 4 | 124 | 127 | 104 |
| Binary | 10111010 | 11110100 | 1100101 | 11000 | 0 | 111011 | 100 | 1010100 | 1010111 | 1000100 |
Color Harmonies of #BAF465
Complementary color
Monochromatic Colors of #BAF465
Black with #BAF465
Text Example
Text Example
White with #BAF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF465; }
p { color: rgb(186,244,101); }
H1.HeaderClassName
{
color: #BAF465;
}
.AnyTagClassName
{
color: #BAF465;
}
</style>
background-color css
<style>
a { background-color: #BAF465; }
a { background-color: rgb(186,244,101); }
div.DivClassName
{
background-color: #BAF465;
}
.BgClassName
{
background-color: #BAF465;
}
</style>
border-color css
<style>
span { border-color: #BAF465; }
span { border-color: rgb(186,244,101); }
td.TdClassName
{
border-color: #BAF465;
}
.TagClassName
{
border-color: #BAF465;
}
</style>