Shades of Conifer #BEF05D
Tints of Conifer #BEF05D
RGB
CMYK
RGB Variations
Color information
#BEF05D (or 0xBEF05D) is known color: Conifer. HEX triplet: BE, F0 and 5D. RGB value is (190,240,93). Sum of RGB (Red+Green+Blue) = 190+240+93=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF05D is #410FA2. Grayscale: #D0D0D0. Windows color (decimal): -4263843 or 6156478. OLE color: 6156478.
HSL color Cylindrical-coordinate representation of color #BEF05D: hue angle of 80.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEF05D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 93 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.06 |
| HSL | 80.41º | 0.83% | 0.65% | - |
| HSV(B) | 80.41º | 0.61% | 0.94% | - |
| XYZ | 54.37 | 74.06 | 21.78 | - |
| YUV | 208.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 93 | 0.21 | 0 | 0.61 | 0.06 | 80.41 | 0.83 | 0.65 |
| Hex | BE | F0 | 5D | 15 | 0 | 3D | 6 | 50 | 53 | 41 |
| Octal | 276 | 360 | 135 | 25 | 0 | 75 | 6 | 120 | 123 | 101 |
| Binary | 10111110 | 11110000 | 1011101 | 10101 | 0 | 111101 | 110 | 1010000 | 1010011 | 1000001 |
Color Harmonies of #BEF05D
Complementary color
Monochromatic Colors of #BEF05D
Black with #BEF05D
Text Example
Text Example
White with #BEF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF05D; }
p { color: rgb(190,240,93); }
H1.HeaderClassName
{
color: #BEF05D;
}
.AnyTagClassName
{
color: #BEF05D;
}
</style>
background-color css
<style>
a { background-color: #BEF05D; }
a { background-color: rgb(190,240,93); }
div.DivClassName
{
background-color: #BEF05D;
}
.BgClassName
{
background-color: #BEF05D;
}
</style>
border-color css
<style>
span { border-color: #BEF05D; }
span { border-color: rgb(190,240,93); }
td.TdClassName
{
border-color: #BEF05D;
}
.TagClassName
{
border-color: #BEF05D;
}
</style>