Shades of Conifer #BEFD5B
Tints of Conifer #BEFD5B
RGB
CMYK
RGB Variations
Color information
#BEFD5B (or 0xBEFD5B) is known color: Conifer. HEX triplet: BE, FD and 5B. RGB value is (190,253,91). Sum of RGB (Red+Green+Blue) = 190+253+91=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD5B is #4102A4. Grayscale: #D8D8D8. Windows color (decimal): -4260517 or 6028734. OLE color: 6028734.
HSL color Cylindrical-coordinate representation of color #BEFD5B: hue angle of 83.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEFD5B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 91 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.01 |
| HSL | 83.33º | 0.98% | 0.67% | - |
| HSV(B) | 83.33º | 0.64% | 0.99% | - |
| XYZ | 58.25 | 81.95 | 22.65 | - |
| YUV | 215.7 | 57.63 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 91 | 0.25 | 0 | 0.64 | 0.01 | 83.33 | 0.98 | 0.67 |
| Hex | BE | FD | 5B | 19 | 0 | 40 | 1 | 53 | 62 | 43 |
| Octal | 276 | 375 | 133 | 31 | 0 | 100 | 1 | 123 | 142 | 103 |
| Binary | 10111110 | 11111101 | 1011011 | 11001 | 0 | 1000000 | 1 | 1010011 | 1100010 | 1000011 |
Color Harmonies of #BEFD5B
Complementary color
Monochromatic Colors of #BEFD5B
Black with #BEFD5B
Text Example
Text Example
White with #BEFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD5B; }
p { color: rgb(190,253,91); }
H1.HeaderClassName
{
color: #BEFD5B;
}
.AnyTagClassName
{
color: #BEFD5B;
}
</style>
background-color css
<style>
a { background-color: #BEFD5B; }
a { background-color: rgb(190,253,91); }
div.DivClassName
{
background-color: #BEFD5B;
}
.BgClassName
{
background-color: #BEFD5B;
}
</style>
border-color css
<style>
span { border-color: #BEFD5B; }
span { border-color: rgb(190,253,91); }
td.TdClassName
{
border-color: #BEFD5B;
}
.TagClassName
{
border-color: #BEFD5B;
}
</style>