Shades of Sulu #BEED82
Tints of Sulu #BEED82
RGB
CMYK
RGB Variations
Color information
#BEED82 (or 0xBEED82) is known color: Sulu. HEX triplet: BE, ED and 82. RGB value is (190,237,130). Sum of RGB (Red+Green+Blue) = 190+237+130=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED82 is #41127D. Grayscale: #D3D3D3. Windows color (decimal): -4264574 or 8580542. OLE color: 8580542.
HSL color Cylindrical-coordinate representation of color #BEED82: hue angle of 86.36º degrees, saturation: 0.75, 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 #BEED82 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 130 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.07 |
| HSL | 86.36º | 0.75% | 0.72% | - |
| HSV(B) | 86.36º | 0.45% | 0.93% | - |
| XYZ | 55.55 | 73.13 | 32.31 | - |
| YUV | 210.75 | 82.43 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 130 | 0.20 | 0 | 0.45 | 0.07 | 86.36 | 0.75 | 0.72 |
| Hex | BE | ED | 82 | 14 | 0 | 2D | 7 | 56 | 4B | 48 |
| Octal | 276 | 355 | 202 | 24 | 0 | 55 | 7 | 126 | 113 | 110 |
| Binary | 10111110 | 11101101 | 10000010 | 10100 | 0 | 101101 | 111 | 1010110 | 1001011 | 1001000 |
Color Harmonies of #BEED82
Complementary color
Monochromatic Colors of #BEED82
Black with #BEED82
Text Example
Text Example
White with #BEED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED82; }
p { color: rgb(190,237,130); }
H1.HeaderClassName
{
color: #BEED82;
}
.AnyTagClassName
{
color: #BEED82;
}
</style>
background-color css
<style>
a { background-color: #BEED82; }
a { background-color: rgb(190,237,130); }
div.DivClassName
{
background-color: #BEED82;
}
.BgClassName
{
background-color: #BEED82;
}
</style>
border-color css
<style>
span { border-color: #BEED82; }
span { border-color: rgb(190,237,130); }
td.TdClassName
{
border-color: #BEED82;
}
.TagClassName
{
border-color: #BEED82;
}
</style>