#BFEE5A

Color #BFEE5A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BFEE5A

Tints of Conifer #BFEE5A

Color information

#BFEE5A (or 0xBFEE5A) is unknown color: approx Conifer. HEX triplet: BF, EE and 5A. RGB value is (191,238,90). Sum of RGB (Red+Green+Blue) = 191+238+90=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE5A is #4011A5. Grayscale: #CFCFCF. Windows color (decimal): -4198822 or 5959359. OLE color: 5959359.

HSL color Cylindrical-coordinate representation of color #BFEE5A: hue angle of 79.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFEE5A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB19123890-
CMYK0.2000.620.07
HSL79.05º81.32%64.31%-
HSV(B)79.05º62.18%93.33%-
XYZ53.9172.9620.92-
YUV207.0861.93116.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 238 (93.36% from 255) = 45.86%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=36.80%
G=45.86%
B=17.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191238900.2000.620.0779.0581.3264.31
HexBFEE5A1403E74f5140
Octal277356132240767117121100
Binary10111111111011101011010101000111110111100111110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE5A; }

 p { color: rgb(191,238,90); }

 H1.HeaderClassName
 {
   color: #BFEE5A;
 }
 .AnyTagClassName
 {
   color: #BFEE5A;
 }
</style>
background-color css

<style>
 a { background-color: #BFEE5A; }

 a { background-color: rgb(191,238,90); }

 div.DivClassName
 {
   background-color: #BFEE5A;
 }
 .BgClassName
 {
   background-color: #BFEE5A;
 }
</style>
border-color css

<style>
 span { border-color: #BFEE5A; }

 span { border-color: rgb(191,238,90); }

 td.TdClassName
 {
   border-color: #BFEE5A;
 }
 .TagClassName
 {
   border-color: #BFEE5A;
 }
</style>