Shades of Sulu #BEFA7D
Tints of Sulu #BEFA7D
RGB
CMYK
RGB Variations
Color information
#BEFA7D (or 0xBEFA7D) is known color: Sulu. HEX triplet: BE, FA and 7D. RGB value is (190,250,125). Sum of RGB (Red+Green+Blue) = 190+250+125=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA7D is #410582. Grayscale: #DADADA. Windows color (decimal): -4261251 or 8256190. OLE color: 8256190.
HSL color Cylindrical-coordinate representation of color #BEFA7D: hue angle of 88.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEFA7D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 125 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.02 |
| HSL | 88.8º | 0.93% | 0.74% | - |
| HSV(B) | 88.8º | 0.5% | 0.98% | - |
| XYZ | 59.12 | 80.8 | 31.88 | - |
| YUV | 217.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 125 | 0.24 | 0 | 0.50 | 0.02 | 88.8 | 0.93 | 0.74 |
| Hex | BE | FA | 7D | 18 | 0 | 32 | 2 | 59 | 5D | 4A |
| Octal | 276 | 372 | 175 | 30 | 0 | 62 | 2 | 131 | 135 | 112 |
| Binary | 10111110 | 11111010 | 1111101 | 11000 | 0 | 110010 | 10 | 1011001 | 1011101 | 1001010 |
Color Harmonies of #BEFA7D
Complementary color
Monochromatic Colors of #BEFA7D
Black with #BEFA7D
Text Example
Text Example
White with #BEFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA7D; }
p { color: rgb(190,250,125); }
H1.HeaderClassName
{
color: #BEFA7D;
}
.AnyTagClassName
{
color: #BEFA7D;
}
</style>
background-color css
<style>
a { background-color: #BEFA7D; }
a { background-color: rgb(190,250,125); }
div.DivClassName
{
background-color: #BEFA7D;
}
.BgClassName
{
background-color: #BEFA7D;
}
</style>
border-color css
<style>
span { border-color: #BEFA7D; }
span { border-color: rgb(190,250,125); }
td.TdClassName
{
border-color: #BEFA7D;
}
.TagClassName
{
border-color: #BEFA7D;
}
</style>