Shades of Sulu #BAF27B
Tints of Sulu #BAF27B
RGB
CMYK
RGB Variations
Color information
#BAF27B (or 0xBAF27B) is known color: Sulu. HEX triplet: BA, F2 and 7B. RGB value is (186,242,123). Sum of RGB (Red+Green+Blue) = 186+242+123=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF27B is #450D84. Grayscale: #D4D4D4. Windows color (decimal): -4525445 or 8123066. OLE color: 8123066.
HSL color Cylindrical-coordinate representation of color #BAF27B: hue angle of 88.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAF27B is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 123 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.05 |
| HSL | 88.24º | 0.82% | 0.72% | - |
| HSV(B) | 88.24º | 0.49% | 0.95% | - |
| XYZ | 55.58 | 75.37 | 30.36 | - |
| YUV | 211.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 123 | 0.23 | 0 | 0.49 | 0.05 | 88.24 | 0.82 | 0.72 |
| Hex | BA | F2 | 7B | 17 | 0 | 31 | 5 | 58 | 52 | 48 |
| Octal | 272 | 362 | 173 | 27 | 0 | 61 | 5 | 130 | 122 | 110 |
| Binary | 10111010 | 11110010 | 1111011 | 10111 | 0 | 110001 | 101 | 1011000 | 1010010 | 1001000 |
Color Harmonies of #BAF27B
Complementary color
Monochromatic Colors of #BAF27B
Black with #BAF27B
Text Example
Text Example
White with #BAF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF27B; }
p { color: rgb(186,242,123); }
H1.HeaderClassName
{
color: #BAF27B;
}
.AnyTagClassName
{
color: #BAF27B;
}
</style>
background-color css
<style>
a { background-color: #BAF27B; }
a { background-color: rgb(186,242,123); }
div.DivClassName
{
background-color: #BAF27B;
}
.BgClassName
{
background-color: #BAF27B;
}
</style>
border-color css
<style>
span { border-color: #BAF27B; }
span { border-color: rgb(186,242,123); }
td.TdClassName
{
border-color: #BAF27B;
}
.TagClassName
{
border-color: #BAF27B;
}
</style>