Shades of Conifer #BEF74C
Tints of Conifer #BEF74C
RGB
CMYK
RGB Variations
Color information
#BEF74C (or 0xBEF74C) is known color: Conifer. HEX triplet: BE, F7 and 4C. RGB value is (190,247,76). Sum of RGB (Red+Green+Blue) = 190+247+76=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF74C is #4108B3. Grayscale: #D3D3D3. Windows color (decimal): -4262068 or 5044158. OLE color: 5044158.
HSL color Cylindrical-coordinate representation of color #BEF74C: hue angle of 80º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEF74C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 76 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.03 |
| HSL | 80º | 0.91% | 0.63% | - |
| HSV(B) | 80º | 0.69% | 0.97% | - |
| XYZ | 55.8 | 77.99 | 18.95 | - |
| YUV | 210.46 | 52.12 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 76 | 0.23 | 0 | 0.69 | 0.03 | 80 | 0.91 | 0.63 |
| Hex | BE | F7 | 4C | 17 | 0 | 45 | 3 | 50 | 5B | 3F |
| Octal | 276 | 367 | 114 | 27 | 0 | 105 | 3 | 120 | 133 | 77 |
| Binary | 10111110 | 11110111 | 1001100 | 10111 | 0 | 1000101 | 11 | 1010000 | 1011011 | 111111 |
Color Harmonies of #BEF74C
Complementary color
Monochromatic Colors of #BEF74C
Black with #BEF74C
Text Example
Text Example
White with #BEF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF74C; }
p { color: rgb(190,247,76); }
H1.HeaderClassName
{
color: #BEF74C;
}
.AnyTagClassName
{
color: #BEF74C;
}
</style>
background-color css
<style>
a { background-color: #BEF74C; }
a { background-color: rgb(190,247,76); }
div.DivClassName
{
background-color: #BEF74C;
}
.BgClassName
{
background-color: #BEF74C;
}
</style>
border-color css
<style>
span { border-color: #BEF74C; }
span { border-color: rgb(190,247,76); }
td.TdClassName
{
border-color: #BEF74C;
}
.TagClassName
{
border-color: #BEF74C;
}
</style>