Shades of Conifer #BFEE4B
Tints of Conifer #BFEE4B
RGB
CMYK
RGB Variations
Color information
#BFEE4B (or 0xBFEE4B) is known color: Conifer. HEX triplet: BF, EE and 4B. RGB value is (191,238,75). Sum of RGB (Red+Green+Blue) = 191+238+75=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE4B is #4011B4. Grayscale: #CDCDCD. Windows color (decimal): -4198837 or 4976319. OLE color: 4976319.
HSL color Cylindrical-coordinate representation of color #BFEE4B: hue angle of 77.3º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFEE4B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 75 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.07 |
| HSL | 77.3º | 0.83% | 0.61% | - |
| HSV(B) | 77.3º | 0.68% | 0.93% | - |
| XYZ | 53.33 | 72.73 | 17.88 | - |
| YUV | 205.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 75 | 0.20 | 0 | 0.68 | 0.07 | 77.3 | 0.83 | 0.61 |
| Hex | BF | EE | 4B | 14 | 0 | 44 | 7 | 4D | 53 | 3D |
| Octal | 277 | 356 | 113 | 24 | 0 | 104 | 7 | 115 | 123 | 75 |
| Binary | 10111111 | 11101110 | 1001011 | 10100 | 0 | 1000100 | 111 | 1001101 | 1010011 | 111101 |
Color Harmonies of #BFEE4B
Complementary color
Monochromatic Colors of #BFEE4B
Black with #BFEE4B
Text Example
Text Example
White with #BFEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE4B; }
p { color: rgb(191,238,75); }
H1.HeaderClassName
{
color: #BFEE4B;
}
.AnyTagClassName
{
color: #BFEE4B;
}
</style>
background-color css
<style>
a { background-color: #BFEE4B; }
a { background-color: rgb(191,238,75); }
div.DivClassName
{
background-color: #BFEE4B;
}
.BgClassName
{
background-color: #BFEE4B;
}
</style>
border-color css
<style>
span { border-color: #BFEE4B; }
span { border-color: rgb(191,238,75); }
td.TdClassName
{
border-color: #BFEE4B;
}
.TagClassName
{
border-color: #BFEE4B;
}
</style>