Shades of Conifer #BEE64B
Tints of Conifer #BEE64B
RGB
CMYK
RGB Variations
Color information
#BEE64B (or 0xBEE64B) is known color: Conifer. HEX triplet: BE, E6 and 4B. RGB value is (190,230,75). Sum of RGB (Red+Green+Blue) = 190+230+75=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE64B is #4119B4. Grayscale: #C8C8C8. Windows color (decimal): -4266421 or 4974270. OLE color: 4974270.
HSL color Cylindrical-coordinate representation of color #BEE64B: hue angle of 75.48º degrees, saturation: 0.76, 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 #BEE64B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 75 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.10 |
| HSL | 75.48º | 0.76% | 0.6% | - |
| HSV(B) | 75.48º | 0.67% | 0.9% | - |
| XYZ | 50.8 | 68.05 | 17.11 | - |
| YUV | 200.37 | 57.25 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 75 | 0.17 | 0 | 0.67 | 0.10 | 75.48 | 0.76 | 0.6 |
| Hex | BE | E6 | 4B | 11 | 0 | 43 | A | 4B | 4C | 3C |
| Octal | 276 | 346 | 113 | 21 | 0 | 103 | 12 | 113 | 114 | 74 |
| Binary | 10111110 | 11100110 | 1001011 | 10001 | 0 | 1000011 | 1010 | 1001011 | 1001100 | 111100 |
Color Harmonies of #BEE64B
Complementary color
Monochromatic Colors of #BEE64B
Black with #BEE64B
Text Example
Text Example
White with #BEE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE64B; }
p { color: rgb(190,230,75); }
H1.HeaderClassName
{
color: #BEE64B;
}
.AnyTagClassName
{
color: #BEE64B;
}
</style>
background-color css
<style>
a { background-color: #BEE64B; }
a { background-color: rgb(190,230,75); }
div.DivClassName
{
background-color: #BEE64B;
}
.BgClassName
{
background-color: #BEE64B;
}
</style>
border-color css
<style>
span { border-color: #BEE64B; }
span { border-color: rgb(190,230,75); }
td.TdClassName
{
border-color: #BEE64B;
}
.TagClassName
{
border-color: #BEE64B;
}
</style>