Shades of Sulu #B2F27C
Tints of Sulu #B2F27C
RGB
CMYK
RGB Variations
Color information
#B2F27C (or 0xB2F27C) is known color: Sulu. HEX triplet: B2, F2 and 7C. RGB value is (178,242,124). Sum of RGB (Red+Green+Blue) = 178+242+124=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F27C is #4D0D83. Grayscale: #D1D1D1. Windows color (decimal): -5049732 or 8188594. OLE color: 8188594.
HSL color Cylindrical-coordinate representation of color #B2F27C: hue angle of 92.54º 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 #B2F27C is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 124 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.05 |
| HSL | 92.54º | 0.82% | 0.72% | - |
| HSV(B) | 92.54º | 0.49% | 0.95% | - |
| XYZ | 53.75 | 74.42 | 30.6 | - |
| YUV | 209.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 124 | 0.26 | 0 | 0.49 | 0.05 | 92.54 | 0.82 | 0.72 |
| Hex | B2 | F2 | 7C | 1A | 0 | 31 | 5 | 5D | 52 | 48 |
| Octal | 262 | 362 | 174 | 32 | 0 | 61 | 5 | 135 | 122 | 110 |
| Binary | 10110010 | 11110010 | 1111100 | 11010 | 0 | 110001 | 101 | 1011101 | 1010010 | 1001000 |
Color Harmonies of #B2F27C
Complementary color
Monochromatic Colors of #B2F27C
Black with #B2F27C
Text Example
Text Example
White with #B2F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F27C; }
p { color: rgb(178,242,124); }
H1.HeaderClassName
{
color: #B2F27C;
}
.AnyTagClassName
{
color: #B2F27C;
}
</style>
background-color css
<style>
a { background-color: #B2F27C; }
a { background-color: rgb(178,242,124); }
div.DivClassName
{
background-color: #B2F27C;
}
.BgClassName
{
background-color: #B2F27C;
}
</style>
border-color css
<style>
span { border-color: #B2F27C; }
span { border-color: rgb(178,242,124); }
td.TdClassName
{
border-color: #B2F27C;
}
.TagClassName
{
border-color: #B2F27C;
}
</style>