#BFEE4E

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

Shades of Conifer #BFEE4E

Tints of Conifer #BFEE4E

Color information

#BFEE4E (or 0xBFEE4E) is unknown color: approx Conifer. HEX triplet: BF, EE and 4E. RGB value is (191,238,78). Sum of RGB (Red+Green+Blue) = 191+238+78=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE4E is #4011B1. Grayscale: #CECECE. Windows color (decimal): -4198834 or 5172927. OLE color: 5172927.

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

Color convert

RGB19123878-
CMYK0.2000.670.07
HSL77.62º82.47%61.96%-
HSV(B)77.62º67.23%93.33%-
XYZ53.4472.7818.44-
YUV205.7155.93117.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 238 (93.36% from 255) = 46.94%
BLUE value IS 78 (30.86% from 255) = 15.38%
R=37.67%
G=46.94%
B=15.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191238780.2000.670.0777.6282.4761.96
HexBFEE4E1404374e523e
Octal277356116240103711612276
Binary10111111111011101001110101000100001111110011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE4E; }

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

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

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

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

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

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

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

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