Shades of Sulu #BEED84
Tints of Sulu #BEED84
RGB
CMYK
RGB Variations
Color information
#BEED84 (or 0xBEED84) is known color: Sulu. HEX triplet: BE, ED and 84. RGB value is (190,237,132). Sum of RGB (Red+Green+Blue) = 190+237+132=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED84 is #41127B. Grayscale: #D3D3D3. Windows color (decimal): -4264572 or 8711614. OLE color: 8711614.
HSL color Cylindrical-coordinate representation of color #BEED84: hue angle of 86.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEED84 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 132 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.07 |
| HSL | 86.86º | 0.74% | 0.72% | - |
| HSV(B) | 86.86º | 0.44% | 0.93% | - |
| XYZ | 55.68 | 73.18 | 33.02 | - |
| YUV | 210.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 132 | 0.20 | 0 | 0.44 | 0.07 | 86.86 | 0.74 | 0.72 |
| Hex | BE | ED | 84 | 14 | 0 | 2C | 7 | 57 | 4A | 48 |
| Octal | 276 | 355 | 204 | 24 | 0 | 54 | 7 | 127 | 112 | 110 |
| Binary | 10111110 | 11101101 | 10000100 | 10100 | 0 | 101100 | 111 | 1010111 | 1001010 | 1001000 |
Color Harmonies of #BEED84
Complementary color
Monochromatic Colors of #BEED84
Black with #BEED84
Text Example
Text Example
White with #BEED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED84; }
p { color: rgb(190,237,132); }
H1.HeaderClassName
{
color: #BEED84;
}
.AnyTagClassName
{
color: #BEED84;
}
</style>
background-color css
<style>
a { background-color: #BEED84; }
a { background-color: rgb(190,237,132); }
div.DivClassName
{
background-color: #BEED84;
}
.BgClassName
{
background-color: #BEED84;
}
</style>
border-color css
<style>
span { border-color: #BEED84; }
span { border-color: rgb(190,237,132); }
td.TdClassName
{
border-color: #BEED84;
}
.TagClassName
{
border-color: #BEED84;
}
</style>