Shades of Sulu #BEF369
Tints of Sulu #BEF369
RGB
CMYK
RGB Variations
Color information
#BEF369 (or 0xBEF369) is known color: Sulu. HEX triplet: BE, F3 and 69. RGB value is (190,243,105). Sum of RGB (Red+Green+Blue) = 190+243+105=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF369 is #410C96. Grayscale: #D3D3D3. Windows color (decimal): -4263063 or 6943678. OLE color: 6943678.
HSL color Cylindrical-coordinate representation of color #BEF369: hue angle of 83.04º degrees, saturation: 0.85, 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 #BEF369 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 105 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.05 |
| HSL | 83.04º | 0.85% | 0.68% | - |
| HSV(B) | 83.04º | 0.57% | 0.95% | - |
| XYZ | 55.84 | 76.07 | 25.1 | - |
| YUV | 211.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 105 | 0.22 | 0 | 0.57 | 0.05 | 83.04 | 0.85 | 0.68 |
| Hex | BE | F3 | 69 | 16 | 0 | 39 | 5 | 53 | 55 | 44 |
| Octal | 276 | 363 | 151 | 26 | 0 | 71 | 5 | 123 | 125 | 104 |
| Binary | 10111110 | 11110011 | 1101001 | 10110 | 0 | 111001 | 101 | 1010011 | 1010101 | 1000100 |
Color Harmonies of #BEF369
Complementary color
Monochromatic Colors of #BEF369
Black with #BEF369
Text Example
Text Example
White with #BEF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF369; }
p { color: rgb(190,243,105); }
H1.HeaderClassName
{
color: #BEF369;
}
.AnyTagClassName
{
color: #BEF369;
}
</style>
background-color css
<style>
a { background-color: #BEF369; }
a { background-color: rgb(190,243,105); }
div.DivClassName
{
background-color: #BEF369;
}
.BgClassName
{
background-color: #BEF369;
}
</style>
border-color css
<style>
span { border-color: #BEF369; }
span { border-color: rgb(190,243,105); }
td.TdClassName
{
border-color: #BEF369;
}
.TagClassName
{
border-color: #BEF369;
}
</style>