#BCF64D

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

Shades of Conifer #BCF64D

Tints of Conifer #BCF64D

Color information

#BCF64D (or 0xBCF64D) is unknown color: approx Conifer. HEX triplet: BC, F6 and 4D. RGB value is (188,246,77). Sum of RGB (Red+Green+Blue) = 188+246+77=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF64D is #4309B2. Grayscale: #D2D2D2. Windows color (decimal): -4393395 or 5109436. OLE color: 5109436.

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

Color convert

RGB18824677-
CMYK0.2400.690.04
HSL80.59º90.37%63.33%-
HSV(B)80.59º68.7%96.47%-
XYZ55.0377.1419.01-
YUV209.3953.28112.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 246 (96.48% from 255) = 48.14%
BLUE value IS 77 (30.47% from 255) = 15.07%
R=36.79%
G=48.14%
B=15.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188246770.2400.690.0480.5990.3763.33
HexBCF64D180454515a3f
Octal274366115300105412113277
Binary10111100111101101001101110000100010110010100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF64D; }

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

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

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

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

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

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

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

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