Shades of Sulu #B5EA74
Tints of Sulu #B5EA74
RGB
CMYK
RGB Variations
Color information
#B5EA74 (or 0xB5EA74) is known color: Sulu. HEX triplet: B5, EA and 74. RGB value is (181,234,116). Sum of RGB (Red+Green+Blue) = 181+234+116=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EA74 is #4A158B. Grayscale: #CDCDCD. Windows color (decimal): -4855180 or 7662261. OLE color: 7662261.
HSL color Cylindrical-coordinate representation of color #B5EA74: hue angle of 86.95º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5EA74 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 116 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.08 |
| HSL | 86.95º | 0.74% | 0.69% | - |
| HSV(B) | 86.95º | 0.5% | 0.92% | - |
| XYZ | 51.63 | 69.93 | 27.3 | - |
| YUV | 204.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 116 | 0.23 | 0 | 0.50 | 0.08 | 86.95 | 0.74 | 0.69 |
| Hex | B5 | EA | 74 | 17 | 0 | 32 | 8 | 57 | 4A | 45 |
| Octal | 265 | 352 | 164 | 27 | 0 | 62 | 10 | 127 | 112 | 105 |
| Binary | 10110101 | 11101010 | 1110100 | 10111 | 0 | 110010 | 1000 | 1010111 | 1001010 | 1000101 |
Color Harmonies of #B5EA74
Complementary color
Monochromatic Colors of #B5EA74
Black with #B5EA74
Text Example
Text Example
White with #B5EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA74; }
p { color: rgb(181,234,116); }
H1.HeaderClassName
{
color: #B5EA74;
}
.AnyTagClassName
{
color: #B5EA74;
}
</style>
background-color css
<style>
a { background-color: #B5EA74; }
a { background-color: rgb(181,234,116); }
div.DivClassName
{
background-color: #B5EA74;
}
.BgClassName
{
background-color: #B5EA74;
}
</style>
border-color css
<style>
span { border-color: #B5EA74; }
span { border-color: rgb(181,234,116); }
td.TdClassName
{
border-color: #B5EA74;
}
.TagClassName
{
border-color: #B5EA74;
}
</style>