Shades of Sulu #B5F87D
Tints of Sulu #B5F87D
RGB
CMYK
RGB Variations
Color information
#B5F87D (or 0xB5F87D) is known color: Sulu. HEX triplet: B5, F8 and 7D. RGB value is (181,248,125). Sum of RGB (Red+Green+Blue) = 181+248+125=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F87D is #4A0782. Grayscale: #D6D6D6. Windows color (decimal): -4851587 or 8255669. OLE color: 8255669.
HSL color Cylindrical-coordinate representation of color #B5F87D: hue angle of 92.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5F87D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 248 | 125 | - |
CMYK | 0.27 | 0 | 0.50 | 0.03 |
HSL | 92.68º | 0.9% | 0.73% | - |
HSV(B) | 92.68º | 0.5% | 0.97% | - |
XYZ | 56.33 | 78.44 | 31.57 | - |
YUV | 213.95 | 77.8 | 104.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 248 | 125 | 0.27 | 0 | 0.50 | 0.03 | 92.68 | 0.9 | 0.73 |
Hex | B5 | F8 | 7D | 1B | 0 | 32 | 3 | 5D | 5A | 49 |
Octal | 265 | 370 | 175 | 33 | 0 | 62 | 3 | 135 | 132 | 111 |
Binary | 10110101 | 11111000 | 1111101 | 11011 | 0 | 110010 | 11 | 1011101 | 1011010 | 1001001 |
Color Harmonies of #B5F87D
Complementary color
Monochromatic Colors of #B5F87D
Black with #B5F87D
Text Example
Text Example
White with #B5F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F87D; }
p { color: rgb(181,248,125); }
H1.HeaderClassName
{
color: #B5F87D;
}
.AnyTagClassName
{
color: #B5F87D;
}
</style>
background-color css
<style>
a { background-color: #B5F87D; }
a { background-color: rgb(181,248,125); }
div.DivClassName
{
background-color: #B5F87D;
}
.BgClassName
{
background-color: #B5F87D;
}
</style>
border-color css
<style>
span { border-color: #B5F87D; }
span { border-color: rgb(181,248,125); }
td.TdClassName
{
border-color: #B5F87D;
}
.TagClassName
{
border-color: #B5F87D;
}
</style>