Shades of Sulu #BEFC68
Tints of Sulu #BEFC68
RGB
CMYK
RGB Variations
Color information
#BEFC68 (or 0xBEFC68) is known color: Sulu. HEX triplet: BE, FC and 68. RGB value is (190,252,104). Sum of RGB (Red+Green+Blue) = 190+252+104=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC68 is #410397. Grayscale: #D9D9D9. Windows color (decimal): -4260760 or 6880446. OLE color: 6880446.
HSL color Cylindrical-coordinate representation of color #BEFC68: hue angle of 85.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEFC68 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 104 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.01 |
| HSL | 85.14º | 0.96% | 0.7% | - |
| HSV(B) | 85.14º | 0.59% | 0.99% | - |
| XYZ | 58.54 | 81.57 | 25.76 | - |
| YUV | 216.59 | 64.46 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 104 | 0.25 | 0 | 0.59 | 0.01 | 85.14 | 0.96 | 0.7 |
| Hex | BE | FC | 68 | 19 | 0 | 3B | 1 | 55 | 60 | 46 |
| Octal | 276 | 374 | 150 | 31 | 0 | 73 | 1 | 125 | 140 | 106 |
| Binary | 10111110 | 11111100 | 1101000 | 11001 | 0 | 111011 | 1 | 1010101 | 1100000 | 1000110 |
Color Harmonies of #BEFC68
Complementary color
Monochromatic Colors of #BEFC68
Black with #BEFC68
Text Example
Text Example
White with #BEFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFC68; }
p { color: rgb(190,252,104); }
H1.HeaderClassName
{
color: #BEFC68;
}
.AnyTagClassName
{
color: #BEFC68;
}
</style>
background-color css
<style>
a { background-color: #BEFC68; }
a { background-color: rgb(190,252,104); }
div.DivClassName
{
background-color: #BEFC68;
}
.BgClassName
{
background-color: #BEFC68;
}
</style>
border-color css
<style>
span { border-color: #BEFC68; }
span { border-color: rgb(190,252,104); }
td.TdClassName
{
border-color: #BEFC68;
}
.TagClassName
{
border-color: #BEFC68;
}
</style>