Shades of Sulu #BEF18C
Tints of Sulu #BEF18C
RGB
CMYK
RGB Variations
Color information
#BEF18C (or 0xBEF18C) is known color: Sulu. HEX triplet: BE, F1 and 8C. RGB value is (190,241,140). Sum of RGB (Red+Green+Blue) = 190+241+140=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF18C is #410E73. Grayscale: #D6D6D6. Windows color (decimal): -4263540 or 9236926. OLE color: 9236926.
HSL color Cylindrical-coordinate representation of color #BEF18C: hue angle of 90.3º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF18C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 140 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.05 |
| HSL | 90.3º | 0.78% | 0.75% | - |
| HSV(B) | 90.3º | 0.42% | 0.95% | - |
| XYZ | 57.42 | 75.75 | 36.41 | - |
| YUV | 214.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 140 | 0.21 | 0 | 0.42 | 0.05 | 90.3 | 0.78 | 0.75 |
| Hex | BE | F1 | 8C | 15 | 0 | 2A | 5 | 5A | 4E | 4B |
| Octal | 276 | 361 | 214 | 25 | 0 | 52 | 5 | 132 | 116 | 113 |
| Binary | 10111110 | 11110001 | 10001100 | 10101 | 0 | 101010 | 101 | 1011010 | 1001110 | 1001011 |
Color Harmonies of #BEF18C
Complementary color
Monochromatic Colors of #BEF18C
Black with #BEF18C
Text Example
Text Example
White with #BEF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF18C; }
p { color: rgb(190,241,140); }
H1.HeaderClassName
{
color: #BEF18C;
}
.AnyTagClassName
{
color: #BEF18C;
}
</style>
background-color css
<style>
a { background-color: #BEF18C; }
a { background-color: rgb(190,241,140); }
div.DivClassName
{
background-color: #BEF18C;
}
.BgClassName
{
background-color: #BEF18C;
}
</style>
border-color css
<style>
span { border-color: #BEF18C; }
span { border-color: rgb(190,241,140); }
td.TdClassName
{
border-color: #BEF18C;
}
.TagClassName
{
border-color: #BEF18C;
}
</style>