Shades of Conifer #BEF35C
Tints of Conifer #BEF35C
RGB
CMYK
RGB Variations
Color information
#BEF35C (or 0xBEF35C) is known color: Conifer. HEX triplet: BE, F3 and 5C. RGB value is (190,243,92). Sum of RGB (Red+Green+Blue) = 190+243+92=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF35C is #410CA3. Grayscale: #D2D2D2. Windows color (decimal): -4263076 or 6091710. OLE color: 6091710.
HSL color Cylindrical-coordinate representation of color #BEF35C: hue angle of 81.06º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF35C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 92 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.06º | 0.86% | 0.66% | - |
| HSV(B) | 81.06º | 0.62% | 0.95% | - |
| XYZ | 55.22 | 75.82 | 21.85 | - |
| YUV | 209.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 92 | 0.22 | 0 | 0.62 | 0.05 | 81.06 | 0.86 | 0.66 |
| Hex | BE | F3 | 5C | 16 | 0 | 3E | 5 | 51 | 56 | 42 |
| Octal | 276 | 363 | 134 | 26 | 0 | 76 | 5 | 121 | 126 | 102 |
| Binary | 10111110 | 11110011 | 1011100 | 10110 | 0 | 111110 | 101 | 1010001 | 1010110 | 1000010 |
Color Harmonies of #BEF35C
Complementary color
Monochromatic Colors of #BEF35C
Black with #BEF35C
Text Example
Text Example
White with #BEF35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF35C; }
p { color: rgb(190,243,92); }
H1.HeaderClassName
{
color: #BEF35C;
}
.AnyTagClassName
{
color: #BEF35C;
}
</style>
background-color css
<style>
a { background-color: #BEF35C; }
a { background-color: rgb(190,243,92); }
div.DivClassName
{
background-color: #BEF35C;
}
.BgClassName
{
background-color: #BEF35C;
}
</style>
border-color css
<style>
span { border-color: #BEF35C; }
span { border-color: rgb(190,243,92); }
td.TdClassName
{
border-color: #BEF35C;
}
.TagClassName
{
border-color: #BEF35C;
}
</style>