Shades of Sulu #BEF66C
Tints of Sulu #BEF66C
RGB
CMYK
RGB Variations
Color information
#BEF66C (or 0xBEF66C) is known color: Sulu. HEX triplet: BE, F6 and 6C. RGB value is (190,246,108). Sum of RGB (Red+Green+Blue) = 190+246+108=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF66C is #410993. Grayscale: #D6D6D6. Windows color (decimal): -4262292 or 7141054. OLE color: 7141054.
HSL color Cylindrical-coordinate representation of color #BEF66C: hue angle of 84.35º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEF66C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 108 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.04 |
| HSL | 84.35º | 0.88% | 0.69% | - |
| HSV(B) | 84.35º | 0.56% | 0.96% | - |
| XYZ | 56.9 | 77.94 | 26.23 | - |
| YUV | 213.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 108 | 0.23 | 0 | 0.56 | 0.04 | 84.35 | 0.88 | 0.69 |
| Hex | BE | F6 | 6C | 17 | 0 | 38 | 4 | 54 | 58 | 45 |
| Octal | 276 | 366 | 154 | 27 | 0 | 70 | 4 | 124 | 130 | 105 |
| Binary | 10111110 | 11110110 | 1101100 | 10111 | 0 | 111000 | 100 | 1010100 | 1011000 | 1000101 |
Color Harmonies of #BEF66C
Complementary color
Monochromatic Colors of #BEF66C
Black with #BEF66C
Text Example
Text Example
White with #BEF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF66C; }
p { color: rgb(190,246,108); }
H1.HeaderClassName
{
color: #BEF66C;
}
.AnyTagClassName
{
color: #BEF66C;
}
</style>
background-color css
<style>
a { background-color: #BEF66C; }
a { background-color: rgb(190,246,108); }
div.DivClassName
{
background-color: #BEF66C;
}
.BgClassName
{
background-color: #BEF66C;
}
</style>
border-color css
<style>
span { border-color: #BEF66C; }
span { border-color: rgb(190,246,108); }
td.TdClassName
{
border-color: #BEF66C;
}
.TagClassName
{
border-color: #BEF66C;
}
</style>