Shades of Sulu #BEF385
Tints of Sulu #BEF385
RGB
CMYK
RGB Variations
Color information
#BEF385 (or 0xBEF385) is known color: Sulu. HEX triplet: BE, F3 and 85. RGB value is (190,243,133). Sum of RGB (Red+Green+Blue) = 190+243+133=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF385 is #410C7A. Grayscale: #D7D7D7. Windows color (decimal): -4263035 or 8778686. OLE color: 8778686.
HSL color Cylindrical-coordinate representation of color #BEF385: hue angle of 88.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF385 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 133 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 88.91º | 0.82% | 0.74% | - |
| HSV(B) | 88.91º | 0.45% | 0.95% | - |
| XYZ | 57.52 | 76.74 | 33.97 | - |
| YUV | 214.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 133 | 0.22 | 0 | 0.45 | 0.05 | 88.91 | 0.82 | 0.74 |
| Hex | BE | F3 | 85 | 16 | 0 | 2D | 5 | 59 | 52 | 4A |
| Octal | 276 | 363 | 205 | 26 | 0 | 55 | 5 | 131 | 122 | 112 |
| Binary | 10111110 | 11110011 | 10000101 | 10110 | 0 | 101101 | 101 | 1011001 | 1010010 | 1001010 |
Color Harmonies of #BEF385
Complementary color
Monochromatic Colors of #BEF385
Black with #BEF385
Text Example
Text Example
White with #BEF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF385; }
p { color: rgb(190,243,133); }
H1.HeaderClassName
{
color: #BEF385;
}
.AnyTagClassName
{
color: #BEF385;
}
</style>
background-color css
<style>
a { background-color: #BEF385; }
a { background-color: rgb(190,243,133); }
div.DivClassName
{
background-color: #BEF385;
}
.BgClassName
{
background-color: #BEF385;
}
</style>
border-color css
<style>
span { border-color: #BEF385; }
span { border-color: rgb(190,243,133); }
td.TdClassName
{
border-color: #BEF385;
}
.TagClassName
{
border-color: #BEF385;
}
</style>