Shades of Conifer #BEF64C
Tints of Conifer #BEF64C
RGB
CMYK
RGB Variations
Color information
#BEF64C (or 0xBEF64C) is known color: Conifer. HEX triplet: BE, F6 and 4C. RGB value is (190,246,76). Sum of RGB (Red+Green+Blue) = 190+246+76=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF64C is #4109B3. Grayscale: #D2D2D2. Windows color (decimal): -4262324 or 5043902. OLE color: 5043902.
HSL color Cylindrical-coordinate representation of color #BEF64C: hue angle of 79.76º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEF64C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 76 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.04 |
| HSL | 79.76º | 0.9% | 0.63% | - |
| HSV(B) | 79.76º | 0.69% | 0.96% | - |
| XYZ | 55.5 | 77.38 | 18.85 | - |
| YUV | 209.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 76 | 0.23 | 0 | 0.69 | 0.04 | 79.76 | 0.9 | 0.63 |
| Hex | BE | F6 | 4C | 17 | 0 | 45 | 4 | 50 | 5A | 3F |
| Octal | 276 | 366 | 114 | 27 | 0 | 105 | 4 | 120 | 132 | 77 |
| Binary | 10111110 | 11110110 | 1001100 | 10111 | 0 | 1000101 | 100 | 1010000 | 1011010 | 111111 |
Color Harmonies of #BEF64C
Complementary color
Monochromatic Colors of #BEF64C
Black with #BEF64C
Text Example
Text Example
White with #BEF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF64C; }
p { color: rgb(190,246,76); }
H1.HeaderClassName
{
color: #BEF64C;
}
.AnyTagClassName
{
color: #BEF64C;
}
</style>
background-color css
<style>
a { background-color: #BEF64C; }
a { background-color: rgb(190,246,76); }
div.DivClassName
{
background-color: #BEF64C;
}
.BgClassName
{
background-color: #BEF64C;
}
</style>
border-color css
<style>
span { border-color: #BEF64C; }
span { border-color: rgb(190,246,76); }
td.TdClassName
{
border-color: #BEF64C;
}
.TagClassName
{
border-color: #BEF64C;
}
</style>