Shades of Conifer #BEE64C
Tints of Conifer #BEE64C
RGB
CMYK
RGB Variations
Color information
#BEE64C (or 0xBEE64C) is known color: Conifer. HEX triplet: BE, E6 and 4C. RGB value is (190,230,76). Sum of RGB (Red+Green+Blue) = 190+230+76=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE64C is #4119B3. Grayscale: #C9C9C9. Windows color (decimal): -4266420 or 5039806. OLE color: 5039806.
HSL color Cylindrical-coordinate representation of color #BEE64C: hue angle of 75.58º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE64C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 76 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.10 |
| HSL | 75.58º | 0.75% | 0.6% | - |
| HSV(B) | 75.58º | 0.67% | 0.9% | - |
| XYZ | 50.84 | 68.06 | 17.3 | - |
| YUV | 200.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 76 | 0.17 | 0 | 0.67 | 0.10 | 75.58 | 0.75 | 0.6 |
| Hex | BE | E6 | 4C | 11 | 0 | 43 | A | 4C | 4B | 3C |
| Octal | 276 | 346 | 114 | 21 | 0 | 103 | 12 | 114 | 113 | 74 |
| Binary | 10111110 | 11100110 | 1001100 | 10001 | 0 | 1000011 | 1010 | 1001100 | 1001011 | 111100 |
Color Harmonies of #BEE64C
Complementary color
Monochromatic Colors of #BEE64C
Black with #BEE64C
Text Example
Text Example
White with #BEE64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE64C; }
p { color: rgb(190,230,76); }
H1.HeaderClassName
{
color: #BEE64C;
}
.AnyTagClassName
{
color: #BEE64C;
}
</style>
background-color css
<style>
a { background-color: #BEE64C; }
a { background-color: rgb(190,230,76); }
div.DivClassName
{
background-color: #BEE64C;
}
.BgClassName
{
background-color: #BEE64C;
}
</style>
border-color css
<style>
span { border-color: #BEE64C; }
span { border-color: rgb(190,230,76); }
td.TdClassName
{
border-color: #BEE64C;
}
.TagClassName
{
border-color: #BEE64C;
}
</style>