Shades of Sulu #BEF18A
Tints of Sulu #BEF18A
RGB
CMYK
RGB Variations
Color information
#BEF18A (or 0xBEF18A) is known color: Sulu. HEX triplet: BE, F1 and 8A. RGB value is (190,241,138). Sum of RGB (Red+Green+Blue) = 190+241+138=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF18A is #410E75. Grayscale: #D6D6D6. Windows color (decimal): -4263542 or 9105854. OLE color: 9105854.
HSL color Cylindrical-coordinate representation of color #BEF18A: hue angle of 89.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF18A is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 138 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.05 |
| HSL | 89.71º | 0.79% | 0.74% | - |
| HSV(B) | 89.71º | 0.43% | 0.95% | - |
| XYZ | 57.28 | 75.69 | 35.64 | - |
| YUV | 214.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 138 | 0.21 | 0 | 0.43 | 0.05 | 89.71 | 0.79 | 0.74 |
| Hex | BE | F1 | 8A | 15 | 0 | 2B | 5 | 5A | 4F | 4A |
| Octal | 276 | 361 | 212 | 25 | 0 | 53 | 5 | 132 | 117 | 112 |
| Binary | 10111110 | 11110001 | 10001010 | 10101 | 0 | 101011 | 101 | 1011010 | 1001111 | 1001010 |
Color Harmonies of #BEF18A
Complementary color
Monochromatic Colors of #BEF18A
Black with #BEF18A
Text Example
Text Example
White with #BEF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF18A; }
p { color: rgb(190,241,138); }
H1.HeaderClassName
{
color: #BEF18A;
}
.AnyTagClassName
{
color: #BEF18A;
}
</style>
background-color css
<style>
a { background-color: #BEF18A; }
a { background-color: rgb(190,241,138); }
div.DivClassName
{
background-color: #BEF18A;
}
.BgClassName
{
background-color: #BEF18A;
}
</style>
border-color css
<style>
span { border-color: #BEF18A; }
span { border-color: rgb(190,241,138); }
td.TdClassName
{
border-color: #BEF18A;
}
.TagClassName
{
border-color: #BEF18A;
}
</style>