Shades of Sulu #BEDF6B
Tints of Sulu #BEDF6B
RGB
CMYK
RGB Variations
Color information
#BEDF6B (or 0xBEDF6B) is known color: Sulu. HEX triplet: BE, DF and 6B. RGB value is (190,223,107). Sum of RGB (Red+Green+Blue) = 190+223+107=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF6B is #412094. Grayscale: #C8C8C8. Windows color (decimal): -4268181 or 7069630. OLE color: 7069630.
HSL color Cylindrical-coordinate representation of color #BEDF6B: hue angle of 77.07º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEDF6B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 107 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.13 |
| HSL | 77.07º | 0.64% | 0.65% | - |
| HSV(B) | 77.07º | 0.52% | 0.87% | - |
| XYZ | 50.28 | 64.78 | 23.76 | - |
| YUV | 199.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 107 | 0.15 | 0 | 0.52 | 0.13 | 77.07 | 0.64 | 0.65 |
| Hex | BE | DF | 6B | F | 0 | 34 | D | 4D | 40 | 41 |
| Octal | 276 | 337 | 153 | 17 | 0 | 64 | 15 | 115 | 100 | 101 |
| Binary | 10111110 | 11011111 | 1101011 | 1111 | 0 | 110100 | 1101 | 1001101 | 1000000 | 1000001 |
Color Harmonies of #BEDF6B
Complementary color
Monochromatic Colors of #BEDF6B
Black with #BEDF6B
Text Example
Text Example
White with #BEDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF6B; }
p { color: rgb(190,223,107); }
H1.HeaderClassName
{
color: #BEDF6B;
}
.AnyTagClassName
{
color: #BEDF6B;
}
</style>
background-color css
<style>
a { background-color: #BEDF6B; }
a { background-color: rgb(190,223,107); }
div.DivClassName
{
background-color: #BEDF6B;
}
.BgClassName
{
background-color: #BEDF6B;
}
</style>
border-color css
<style>
span { border-color: #BEDF6B; }
span { border-color: rgb(190,223,107); }
td.TdClassName
{
border-color: #BEDF6B;
}
.TagClassName
{
border-color: #BEDF6B;
}
</style>