Shades of Sulu #B5F26C
Tints of Sulu #B5F26C
RGB
CMYK
RGB Variations
Color information
#B5F26C (or 0xB5F26C) is known color: Sulu. HEX triplet: B5, F2 and 6C. RGB value is (181,242,108). Sum of RGB (Red+Green+Blue) = 181+242+108=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F26C is #4A0D93. Grayscale: #D0D0D0. Windows color (decimal): -4853140 or 7140021. OLE color: 7140021.
HSL color Cylindrical-coordinate representation of color #B5F26C: hue angle of 87.31º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5F26C is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 108 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.05 |
| HSL | 87.31º | 0.84% | 0.69% | - |
| HSV(B) | 87.31º | 0.55% | 0.95% | - |
| XYZ | 53.51 | 74.41 | 25.73 | - |
| YUV | 208.49 | 71.29 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 108 | 0.25 | 0 | 0.55 | 0.05 | 87.31 | 0.84 | 0.69 |
| Hex | B5 | F2 | 6C | 19 | 0 | 37 | 5 | 57 | 54 | 45 |
| Octal | 265 | 362 | 154 | 31 | 0 | 67 | 5 | 127 | 124 | 105 |
| Binary | 10110101 | 11110010 | 1101100 | 11001 | 0 | 110111 | 101 | 1010111 | 1010100 | 1000101 |
Color Harmonies of #B5F26C
Complementary color
Monochromatic Colors of #B5F26C
Black with #B5F26C
Text Example
Text Example
White with #B5F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F26C; }
p { color: rgb(181,242,108); }
H1.HeaderClassName
{
color: #B5F26C;
}
.AnyTagClassName
{
color: #B5F26C;
}
</style>
background-color css
<style>
a { background-color: #B5F26C; }
a { background-color: rgb(181,242,108); }
div.DivClassName
{
background-color: #B5F26C;
}
.BgClassName
{
background-color: #B5F26C;
}
</style>
border-color css
<style>
span { border-color: #B5F26C; }
span { border-color: rgb(181,242,108); }
td.TdClassName
{
border-color: #B5F26C;
}
.TagClassName
{
border-color: #B5F26C;
}
</style>