Shades of Sulu #BEF465
Tints of Sulu #BEF465
RGB
CMYK
RGB Variations
Color information
#BEF465 (or 0xBEF465) is known color: Sulu. HEX triplet: BE, F4 and 65. RGB value is (190,244,101). Sum of RGB (Red+Green+Blue) = 190+244+101=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF465 is #410B9A. Grayscale: #D4D4D4. Windows color (decimal): -4262811 or 6681790. OLE color: 6681790.
HSL color Cylindrical-coordinate representation of color #BEF465: hue angle of 82.66º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEF465 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 101 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.04 |
| HSL | 82.66º | 0.87% | 0.68% | - |
| HSV(B) | 82.66º | 0.59% | 0.96% | - |
| XYZ | 55.93 | 76.59 | 24.15 | - |
| YUV | 211.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 101 | 0.22 | 0 | 0.59 | 0.04 | 82.66 | 0.87 | 0.68 |
| Hex | BE | F4 | 65 | 16 | 0 | 3B | 4 | 53 | 57 | 44 |
| Octal | 276 | 364 | 145 | 26 | 0 | 73 | 4 | 123 | 127 | 104 |
| Binary | 10111110 | 11110100 | 1100101 | 10110 | 0 | 111011 | 100 | 1010011 | 1010111 | 1000100 |
Color Harmonies of #BEF465
Complementary color
Monochromatic Colors of #BEF465
Black with #BEF465
Text Example
Text Example
White with #BEF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF465; }
p { color: rgb(190,244,101); }
H1.HeaderClassName
{
color: #BEF465;
}
.AnyTagClassName
{
color: #BEF465;
}
</style>
background-color css
<style>
a { background-color: #BEF465; }
a { background-color: rgb(190,244,101); }
div.DivClassName
{
background-color: #BEF465;
}
.BgClassName
{
background-color: #BEF465;
}
</style>
border-color css
<style>
span { border-color: #BEF465; }
span { border-color: rgb(190,244,101); }
td.TdClassName
{
border-color: #BEF465;
}
.TagClassName
{
border-color: #BEF465;
}
</style>