Shades of Sulu #BEF765
Tints of Sulu #BEF765
RGB
CMYK
RGB Variations
Color information
#BEF765 (or 0xBEF765) is known color: Sulu. HEX triplet: BE, F7 and 65. RGB value is (190,247,101). Sum of RGB (Red+Green+Blue) = 190+247+101=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF765 is #41089A. Grayscale: #D5D5D5. Windows color (decimal): -4262043 or 6682558. OLE color: 6682558.
HSL color Cylindrical-coordinate representation of color #BEF765: hue angle of 83.42º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEF765 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 101 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.03 |
| HSL | 83.42º | 0.9% | 0.68% | - |
| HSV(B) | 83.42º | 0.59% | 0.97% | - |
| XYZ | 56.84 | 78.41 | 24.45 | - |
| YUV | 213.31 | 64.62 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 101 | 0.23 | 0 | 0.59 | 0.03 | 83.42 | 0.9 | 0.68 |
| Hex | BE | F7 | 65 | 17 | 0 | 3B | 3 | 53 | 5A | 44 |
| Octal | 276 | 367 | 145 | 27 | 0 | 73 | 3 | 123 | 132 | 104 |
| Binary | 10111110 | 11110111 | 1100101 | 10111 | 0 | 111011 | 11 | 1010011 | 1011010 | 1000100 |
Color Harmonies of #BEF765
Complementary color
Monochromatic Colors of #BEF765
Black with #BEF765
Text Example
Text Example
White with #BEF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF765; }
p { color: rgb(190,247,101); }
H1.HeaderClassName
{
color: #BEF765;
}
.AnyTagClassName
{
color: #BEF765;
}
</style>
background-color css
<style>
a { background-color: #BEF765; }
a { background-color: rgb(190,247,101); }
div.DivClassName
{
background-color: #BEF765;
}
.BgClassName
{
background-color: #BEF765;
}
</style>
border-color css
<style>
span { border-color: #BEF765; }
span { border-color: rgb(190,247,101); }
td.TdClassName
{
border-color: #BEF765;
}
.TagClassName
{
border-color: #BEF765;
}
</style>