#BCF64F

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

Shades of Conifer #BCF64F

Tints of Conifer #BCF64F

Color information

#BCF64F (or 0xBCF64F) is unknown color: approx Conifer. HEX triplet: BC, F6 and 4F. RGB value is (188,246,79). Sum of RGB (Red+Green+Blue) = 188+246+79=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF64F is #4309B0. Grayscale: #D2D2D2. Windows color (decimal): -4393393 or 5240508. OLE color: 5240508.

HSL color Cylindrical-coordinate representation of color #BCF64F: hue angle of 80.84º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF64F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB18824679-
CMYK0.2400.680.04
HSL80.84º90.27%63.73%-
HSV(B)80.84º67.89%96.47%-
XYZ55.1177.1719.39-
YUV209.6254.28112.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 79 (31.25% from 255) = 15.40%
R=36.65%
G=47.95%
B=15.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188246790.2400.680.0480.8490.2763.73
HexBCF64F180444515a40
Octal2743661173001044121132100
Binary101111001111011010011111100001000100100101000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF64F; }

 p { color: rgb(188,246,79); }

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

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

 a { background-color: rgb(188,246,79); }

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

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

 span { border-color: rgb(188,246,79); }

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