Shades of Sulu #BEFF6C
Tints of Sulu #BEFF6C
RGB
CMYK
RGB Variations
Color information
#BEFF6C (or 0xBEFF6C) is known color: Sulu. HEX triplet: BE, FF and 6C. RGB value is (190,255,108). Sum of RGB (Red+Green+Blue) = 190+255+108=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF6C is #410093. Grayscale: #DBDBDB. Windows color (decimal): -4259988 or 7143358. OLE color: 7143358.
HSL color Cylindrical-coordinate representation of color #BEFF6C: hue angle of 86.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEFF6C is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 108 | - |
| CMYK | 0.25 | 0 | 0.58 | 0 |
| HSL | 86.53º | 1% | 0.71% | - |
| HSV(B) | 86.53º | 0.58% | 1% | - |
| XYZ | 59.7 | 83.55 | 27.17 | - |
| YUV | 218.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 108 | 0.25 | 0 | 0.58 | 0 | 86.53 | 1 | 0.71 |
| Hex | BE | FF | 6C | 19 | 0 | 3A | 0 | 57 | 64 | 47 |
| Octal | 276 | 377 | 154 | 31 | 0 | 72 | 0 | 127 | 144 | 107 |
| Binary | 10111110 | 11111111 | 1101100 | 11001 | 0 | 111010 | 0 | 1010111 | 1100100 | 1000111 |
Color Harmonies of #BEFF6C
Complementary color
Monochromatic Colors of #BEFF6C
Black with #BEFF6C
Text Example
Text Example
White with #BEFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF6C; }
p { color: rgb(190,255,108); }
H1.HeaderClassName
{
color: #BEFF6C;
}
.AnyTagClassName
{
color: #BEFF6C;
}
</style>
background-color css
<style>
a { background-color: #BEFF6C; }
a { background-color: rgb(190,255,108); }
div.DivClassName
{
background-color: #BEFF6C;
}
.BgClassName
{
background-color: #BEFF6C;
}
</style>
border-color css
<style>
span { border-color: #BEFF6C; }
span { border-color: rgb(190,255,108); }
td.TdClassName
{
border-color: #BEFF6C;
}
.TagClassName
{
border-color: #BEFF6C;
}
</style>