Shades of Sulu #BEF16D
Tints of Sulu #BEF16D
RGB
CMYK
RGB Variations
Color information
#BEF16D (or 0xBEF16D) is known color: Sulu. HEX triplet: BE, F1 and 6D. RGB value is (190,241,109). Sum of RGB (Red+Green+Blue) = 190+241+109=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF16D is #410E92. Grayscale: #D3D3D3. Windows color (decimal): -4263571 or 7205310. OLE color: 7205310.
HSL color Cylindrical-coordinate representation of color #BEF16D: hue angle of 83.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF16D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 109 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.05 |
| HSL | 83.18º | 0.83% | 0.69% | - |
| HSV(B) | 83.18º | 0.55% | 0.95% | - |
| XYZ | 55.45 | 74.96 | 26.01 | - |
| YUV | 210.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 109 | 0.21 | 0 | 0.55 | 0.05 | 83.18 | 0.83 | 0.69 |
| Hex | BE | F1 | 6D | 15 | 0 | 37 | 5 | 53 | 52 | 45 |
| Octal | 276 | 361 | 155 | 25 | 0 | 67 | 5 | 123 | 122 | 105 |
| Binary | 10111110 | 11110001 | 1101101 | 10101 | 0 | 110111 | 101 | 1010011 | 1010010 | 1000101 |
Color Harmonies of #BEF16D
Complementary color
Monochromatic Colors of #BEF16D
Black with #BEF16D
Text Example
Text Example
White with #BEF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF16D; }
p { color: rgb(190,241,109); }
H1.HeaderClassName
{
color: #BEF16D;
}
.AnyTagClassName
{
color: #BEF16D;
}
</style>
background-color css
<style>
a { background-color: #BEF16D; }
a { background-color: rgb(190,241,109); }
div.DivClassName
{
background-color: #BEF16D;
}
.BgClassName
{
background-color: #BEF16D;
}
</style>
border-color css
<style>
span { border-color: #BEF16D; }
span { border-color: rgb(190,241,109); }
td.TdClassName
{
border-color: #BEF16D;
}
.TagClassName
{
border-color: #BEF16D;
}
</style>