#BFEE64

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

Shades of Conifer #BFEE64

Tints of Conifer #BFEE64

Color information

#BFEE64 (or 0xBFEE64) is unknown color: approx Conifer. HEX triplet: BF, EE and 64. RGB value is (191,238,100). Sum of RGB (Red+Green+Blue) = 191+238+100=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE64 is #40119B. Grayscale: #D0D0D0. Windows color (decimal): -4198812 or 6614719. OLE color: 6614719.

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

Color convert

RGB191238100-
CMYK0.2000.580.07
HSL80.43º80.23%66.27%-
HSV(B)80.43º57.98%93.33%-
XYZ54.3673.1523.31-
YUV208.2266.93115.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=36.11%
G=44.99%
B=18.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381000.2000.580.0780.4380.2366.27
HexBFEE641403A7505042
Octal277356144240727120120102
Binary10111111111011101100100101000111010111101000010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE64; }

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

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

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

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

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

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

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

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