Shades of Sulu #BEF16C
Tints of Sulu #BEF16C
RGB
CMYK
RGB Variations
Color information
#BEF16C (or 0xBEF16C) is known color: Sulu. HEX triplet: BE, F1 and 6C. RGB value is (190,241,108). Sum of RGB (Red+Green+Blue) = 190+241+108=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF16C is #410E93. Grayscale: #D3D3D3. Windows color (decimal): -4263572 or 7139774. OLE color: 7139774.
HSL color Cylindrical-coordinate representation of color #BEF16C: hue angle of 83.01º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF16C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 108 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.05 |
| HSL | 83.01º | 0.83% | 0.68% | - |
| HSV(B) | 83.01º | 0.55% | 0.95% | - |
| XYZ | 55.4 | 74.94 | 25.73 | - |
| YUV | 210.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 108 | 0.21 | 0 | 0.55 | 0.05 | 83.01 | 0.83 | 0.68 |
| Hex | BE | F1 | 6C | 15 | 0 | 37 | 5 | 53 | 53 | 44 |
| Octal | 276 | 361 | 154 | 25 | 0 | 67 | 5 | 123 | 123 | 104 |
| Binary | 10111110 | 11110001 | 1101100 | 10101 | 0 | 110111 | 101 | 1010011 | 1010011 | 1000100 |
Color Harmonies of #BEF16C
Complementary color
Monochromatic Colors of #BEF16C
Black with #BEF16C
Text Example
Text Example
White with #BEF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF16C; }
p { color: rgb(190,241,108); }
H1.HeaderClassName
{
color: #BEF16C;
}
.AnyTagClassName
{
color: #BEF16C;
}
</style>
background-color css
<style>
a { background-color: #BEF16C; }
a { background-color: rgb(190,241,108); }
div.DivClassName
{
background-color: #BEF16C;
}
.BgClassName
{
background-color: #BEF16C;
}
</style>
border-color css
<style>
span { border-color: #BEF16C; }
span { border-color: rgb(190,241,108); }
td.TdClassName
{
border-color: #BEF16C;
}
.TagClassName
{
border-color: #BEF16C;
}
</style>