Shades of Sulu #BEED6C
Tints of Sulu #BEED6C
RGB
CMYK
RGB Variations
Color information
#BEED6C (or 0xBEED6C) is known color: Sulu. HEX triplet: BE, ED and 6C. RGB value is (190,237,108). Sum of RGB (Red+Green+Blue) = 190+237+108=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED6C is #411293. Grayscale: #D0D0D0. Windows color (decimal): -4264596 or 7138750. OLE color: 7138750.
HSL color Cylindrical-coordinate representation of color #BEED6C: hue angle of 81.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEED6C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 108 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.07 |
| HSL | 81.86º | 0.78% | 0.68% | - |
| HSV(B) | 81.86º | 0.54% | 0.93% | - |
| XYZ | 54.23 | 72.6 | 25.34 | - |
| YUV | 208.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 108 | 0.20 | 0 | 0.54 | 0.07 | 81.86 | 0.78 | 0.68 |
| Hex | BE | ED | 6C | 14 | 0 | 36 | 7 | 52 | 4E | 44 |
| Octal | 276 | 355 | 154 | 24 | 0 | 66 | 7 | 122 | 116 | 104 |
| Binary | 10111110 | 11101101 | 1101100 | 10100 | 0 | 110110 | 111 | 1010010 | 1001110 | 1000100 |
Color Harmonies of #BEED6C
Complementary color
Monochromatic Colors of #BEED6C
Black with #BEED6C
Text Example
Text Example
White with #BEED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED6C; }
p { color: rgb(190,237,108); }
H1.HeaderClassName
{
color: #BEED6C;
}
.AnyTagClassName
{
color: #BEED6C;
}
</style>
background-color css
<style>
a { background-color: #BEED6C; }
a { background-color: rgb(190,237,108); }
div.DivClassName
{
background-color: #BEED6C;
}
.BgClassName
{
background-color: #BEED6C;
}
</style>
border-color css
<style>
span { border-color: #BEED6C; }
span { border-color: rgb(190,237,108); }
td.TdClassName
{
border-color: #BEED6C;
}
.TagClassName
{
border-color: #BEED6C;
}
</style>