Shades of Sulu #B8EE82
Tints of Sulu #B8EE82
RGB
CMYK
RGB Variations
Color information
#B8EE82 (or 0xB8EE82) is known color: Sulu. HEX triplet: B8, EE and 82. RGB value is (184,238,130). Sum of RGB (Red+Green+Blue) = 184+238+130=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EE82 is #47117D. Grayscale: #D1D1D1. Windows color (decimal): -4657534 or 8580792. OLE color: 8580792.
HSL color Cylindrical-coordinate representation of color #B8EE82: hue angle of 90º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8EE82 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
RGB | 184 | 238 | 130 | - |
CMYK | 0.23 | 0 | 0.45 | 0.07 |
HSL | 90º | 0.76% | 0.72% | - |
HSV(B) | 90º | 0.45% | 0.93% | - |
XYZ | 54.37 | 72.95 | 32.33 | - |
YUV | 209.54 | 83.11 | 109.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 238 | 130 | 0.23 | 0 | 0.45 | 0.07 | 90 | 0.76 | 0.72 |
Hex | B8 | EE | 82 | 17 | 0 | 2D | 7 | 5A | 4C | 48 |
Octal | 270 | 356 | 202 | 27 | 0 | 55 | 7 | 132 | 114 | 110 |
Binary | 10111000 | 11101110 | 10000010 | 10111 | 0 | 101101 | 111 | 1011010 | 1001100 | 1001000 |
Color Harmonies of #B8EE82
Complementary color
Monochromatic Colors of #B8EE82
Black with #B8EE82
Text Example
Text Example
White with #B8EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EE82; }
p { color: rgb(184,238,130); }
H1.HeaderClassName
{
color: #B8EE82;
}
.AnyTagClassName
{
color: #B8EE82;
}
</style>
background-color css
<style>
a { background-color: #B8EE82; }
a { background-color: rgb(184,238,130); }
div.DivClassName
{
background-color: #B8EE82;
}
.BgClassName
{
background-color: #B8EE82;
}
</style>
border-color css
<style>
span { border-color: #B8EE82; }
span { border-color: rgb(184,238,130); }
td.TdClassName
{
border-color: #B8EE82;
}
.TagClassName
{
border-color: #B8EE82;
}
</style>