Shades of Sulu #B5EE70
Tints of Sulu #B5EE70
RGB
CMYK
RGB Variations
Color information
#B5EE70 (or 0xB5EE70) is known color: Sulu. HEX triplet: B5, EE and 70. RGB value is (181,238,112). Sum of RGB (Red+Green+Blue) = 181+238+112=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EE70 is #4A118F. Grayscale: #CFCFCF. Windows color (decimal): -4854160 or 7401141. OLE color: 7401141.
HSL color Cylindrical-coordinate representation of color #B5EE70: hue angle of 87.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5EE70 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 112 | - |
CMYK | 0.24 | 0 | 0.53 | 0.07 |
HSL | 87.14º | 0.79% | 0.69% | - |
HSV(B) | 87.14º | 0.53% | 0.93% | - |
XYZ | 52.56 | 72.14 | 26.48 | - |
YUV | 206.59 | 74.62 | 109.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 112 | 0.24 | 0 | 0.53 | 0.07 | 87.14 | 0.79 | 0.69 |
Hex | B5 | EE | 70 | 18 | 0 | 35 | 7 | 57 | 4F | 45 |
Octal | 265 | 356 | 160 | 30 | 0 | 65 | 7 | 127 | 117 | 105 |
Binary | 10110101 | 11101110 | 1110000 | 11000 | 0 | 110101 | 111 | 1010111 | 1001111 | 1000101 |
Color Harmonies of #B5EE70
Complementary color
Monochromatic Colors of #B5EE70
Black with #B5EE70
Text Example
Text Example
White with #B5EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EE70; }
p { color: rgb(181,238,112); }
H1.HeaderClassName
{
color: #B5EE70;
}
.AnyTagClassName
{
color: #B5EE70;
}
</style>
background-color css
<style>
a { background-color: #B5EE70; }
a { background-color: rgb(181,238,112); }
div.DivClassName
{
background-color: #B5EE70;
}
.BgClassName
{
background-color: #B5EE70;
}
</style>
border-color css
<style>
span { border-color: #B5EE70; }
span { border-color: rgb(181,238,112); }
td.TdClassName
{
border-color: #B5EE70;
}
.TagClassName
{
border-color: #B5EE70;
}
</style>