Shades of Sulu #BEF265
Tints of Sulu #BEF265
RGB
CMYK
RGB Variations
Color information
#BEF265 (or 0xBEF265) is known color: Sulu. HEX triplet: BE, F2 and 65. RGB value is (190,242,101). Sum of RGB (Red+Green+Blue) = 190+242+101=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF265 is #410D9A. Grayscale: #D2D2D2. Windows color (decimal): -4263323 or 6681278. OLE color: 6681278.
HSL color Cylindrical-coordinate representation of color #BEF265: hue angle of 82.13º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEF265 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.05 |
| HSL | 82.13º | 0.84% | 0.67% | - |
| HSV(B) | 82.13º | 0.58% | 0.95% | - |
| XYZ | 55.34 | 75.39 | 23.95 | - |
| YUV | 210.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 101 | 0.21 | 0 | 0.58 | 0.05 | 82.13 | 0.84 | 0.67 |
| Hex | BE | F2 | 65 | 15 | 0 | 3A | 5 | 52 | 54 | 43 |
| Octal | 276 | 362 | 145 | 25 | 0 | 72 | 5 | 122 | 124 | 103 |
| Binary | 10111110 | 11110010 | 1100101 | 10101 | 0 | 111010 | 101 | 1010010 | 1010100 | 1000011 |
Color Harmonies of #BEF265
Complementary color
Monochromatic Colors of #BEF265
Black with #BEF265
Text Example
Text Example
White with #BEF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF265; }
p { color: rgb(190,242,101); }
H1.HeaderClassName
{
color: #BEF265;
}
.AnyTagClassName
{
color: #BEF265;
}
</style>
background-color css
<style>
a { background-color: #BEF265; }
a { background-color: rgb(190,242,101); }
div.DivClassName
{
background-color: #BEF265;
}
.BgClassName
{
background-color: #BEF265;
}
</style>
border-color css
<style>
span { border-color: #BEF265; }
span { border-color: rgb(190,242,101); }
td.TdClassName
{
border-color: #BEF265;
}
.TagClassName
{
border-color: #BEF265;
}
</style>