Shades of Sulu #BEED8B
Tints of Sulu #BEED8B
RGB
CMYK
RGB Variations
Color information
#BEED8B (or 0xBEED8B) is known color: Sulu. HEX triplet: BE, ED and 8B. RGB value is (190,237,139). Sum of RGB (Red+Green+Blue) = 190+237+139=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED8B is #411274. Grayscale: #D4D4D4. Windows color (decimal): -4264565 or 9170366. OLE color: 9170366.
HSL color Cylindrical-coordinate representation of color #BEED8B: hue angle of 88.78º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEED8B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 139 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.07 |
| HSL | 88.78º | 0.73% | 0.74% | - |
| HSV(B) | 88.78º | 0.41% | 0.93% | - |
| XYZ | 56.18 | 73.38 | 35.63 | - |
| YUV | 211.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 139 | 0.20 | 0 | 0.41 | 0.07 | 88.78 | 0.73 | 0.74 |
| Hex | BE | ED | 8B | 14 | 0 | 29 | 7 | 59 | 49 | 4A |
| Octal | 276 | 355 | 213 | 24 | 0 | 51 | 7 | 131 | 111 | 112 |
| Binary | 10111110 | 11101101 | 10001011 | 10100 | 0 | 101001 | 111 | 1011001 | 1001001 | 1001010 |
Color Harmonies of #BEED8B
Complementary color
Monochromatic Colors of #BEED8B
Black with #BEED8B
Text Example
Text Example
White with #BEED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED8B; }
p { color: rgb(190,237,139); }
H1.HeaderClassName
{
color: #BEED8B;
}
.AnyTagClassName
{
color: #BEED8B;
}
</style>
background-color css
<style>
a { background-color: #BEED8B; }
a { background-color: rgb(190,237,139); }
div.DivClassName
{
background-color: #BEED8B;
}
.BgClassName
{
background-color: #BEED8B;
}
</style>
border-color css
<style>
span { border-color: #BEED8B; }
span { border-color: rgb(190,237,139); }
td.TdClassName
{
border-color: #BEED8B;
}
.TagClassName
{
border-color: #BEED8B;
}
</style>