Shades of Sulu #BEF56C
Tints of Sulu #BEF56C
RGB
CMYK
RGB Variations
Color information
#BEF56C (or 0xBEF56C) is known color: Sulu. HEX triplet: BE, F5 and 6C. RGB value is (190,245,108). Sum of RGB (Red+Green+Blue) = 190+245+108=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF56C is #410A93. Grayscale: #D5D5D5. Windows color (decimal): -4262548 or 7140798. OLE color: 7140798.
HSL color Cylindrical-coordinate representation of color #BEF56C: hue angle of 84.09º degrees, saturation: 0.87, 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 #BEF56C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 108 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.04 |
| HSL | 84.09º | 0.87% | 0.69% | - |
| HSV(B) | 84.09º | 0.56% | 0.96% | - |
| XYZ | 56.59 | 77.33 | 26.13 | - |
| YUV | 212.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 108 | 0.22 | 0 | 0.56 | 0.04 | 84.09 | 0.87 | 0.69 |
| Hex | BE | F5 | 6C | 16 | 0 | 38 | 4 | 54 | 57 | 45 |
| Octal | 276 | 365 | 154 | 26 | 0 | 70 | 4 | 124 | 127 | 105 |
| Binary | 10111110 | 11110101 | 1101100 | 10110 | 0 | 111000 | 100 | 1010100 | 1010111 | 1000101 |
Color Harmonies of #BEF56C
Complementary color
Monochromatic Colors of #BEF56C
Black with #BEF56C
Text Example
Text Example
White with #BEF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF56C; }
p { color: rgb(190,245,108); }
H1.HeaderClassName
{
color: #BEF56C;
}
.AnyTagClassName
{
color: #BEF56C;
}
</style>
background-color css
<style>
a { background-color: #BEF56C; }
a { background-color: rgb(190,245,108); }
div.DivClassName
{
background-color: #BEF56C;
}
.BgClassName
{
background-color: #BEF56C;
}
</style>
border-color css
<style>
span { border-color: #BEF56C; }
span { border-color: rgb(190,245,108); }
td.TdClassName
{
border-color: #BEF56C;
}
.TagClassName
{
border-color: #BEF56C;
}
</style>