Shades of Sulu #BEF267
Tints of Sulu #BEF267
RGB
CMYK
RGB Variations
Color information
#BEF267 (or 0xBEF267) is known color: Sulu. HEX triplet: BE, F2 and 67. RGB value is (190,242,103). Sum of RGB (Red+Green+Blue) = 190+242+103=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF267 is #410D98. Grayscale: #D3D3D3. Windows color (decimal): -4263321 or 6812350. OLE color: 6812350.
HSL color Cylindrical-coordinate representation of color #BEF267: hue angle of 82.45º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEF267 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 103 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.05 |
| HSL | 82.45º | 0.84% | 0.68% | - |
| HSV(B) | 82.45º | 0.57% | 0.95% | - |
| XYZ | 55.44 | 75.43 | 24.47 | - |
| YUV | 210.61 | 67.27 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 103 | 0.21 | 0 | 0.57 | 0.05 | 82.45 | 0.84 | 0.68 |
| Hex | BE | F2 | 67 | 15 | 0 | 39 | 5 | 52 | 54 | 44 |
| Octal | 276 | 362 | 147 | 25 | 0 | 71 | 5 | 122 | 124 | 104 |
| Binary | 10111110 | 11110010 | 1100111 | 10101 | 0 | 111001 | 101 | 1010010 | 1010100 | 1000100 |
Color Harmonies of #BEF267
Complementary color
Monochromatic Colors of #BEF267
Black with #BEF267
Text Example
Text Example
White with #BEF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF267; }
p { color: rgb(190,242,103); }
H1.HeaderClassName
{
color: #BEF267;
}
.AnyTagClassName
{
color: #BEF267;
}
</style>
background-color css
<style>
a { background-color: #BEF267; }
a { background-color: rgb(190,242,103); }
div.DivClassName
{
background-color: #BEF267;
}
.BgClassName
{
background-color: #BEF267;
}
</style>
border-color css
<style>
span { border-color: #BEF267; }
span { border-color: rgb(190,242,103); }
td.TdClassName
{
border-color: #BEF267;
}
.TagClassName
{
border-color: #BEF267;
}
</style>