Shades of Conifer #BEF04C
Tints of Conifer #BEF04C
RGB
CMYK
RGB Variations
Color information
#BEF04C (or 0xBEF04C) is known color: Conifer. HEX triplet: BE, F0 and 4C. RGB value is (190,240,76). Sum of RGB (Red+Green+Blue) = 190+240+76=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF04C is #410FB3. Grayscale: #CECECE. Windows color (decimal): -4263860 or 5042366. OLE color: 5042366.
HSL color Cylindrical-coordinate representation of color #BEF04C: hue angle of 78.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF04C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.06 |
| HSL | 78.29º | 0.85% | 0.62% | - |
| HSV(B) | 78.29º | 0.68% | 0.94% | - |
| XYZ | 53.7 | 73.79 | 18.25 | - |
| YUV | 206.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 76 | 0.21 | 0 | 0.68 | 0.06 | 78.29 | 0.85 | 0.62 |
| Hex | BE | F0 | 4C | 15 | 0 | 44 | 6 | 4E | 55 | 3E |
| Octal | 276 | 360 | 114 | 25 | 0 | 104 | 6 | 116 | 125 | 76 |
| Binary | 10111110 | 11110000 | 1001100 | 10101 | 0 | 1000100 | 110 | 1001110 | 1010101 | 111110 |
Color Harmonies of #BEF04C
Complementary color
Monochromatic Colors of #BEF04C
Black with #BEF04C
Text Example
Text Example
White with #BEF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF04C; }
p { color: rgb(190,240,76); }
H1.HeaderClassName
{
color: #BEF04C;
}
.AnyTagClassName
{
color: #BEF04C;
}
</style>
background-color css
<style>
a { background-color: #BEF04C; }
a { background-color: rgb(190,240,76); }
div.DivClassName
{
background-color: #BEF04C;
}
.BgClassName
{
background-color: #BEF04C;
}
</style>
border-color css
<style>
span { border-color: #BEF04C; }
span { border-color: rgb(190,240,76); }
td.TdClassName
{
border-color: #BEF04C;
}
.TagClassName
{
border-color: #BEF04C;
}
</style>