#BCF458

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

Shades of Conifer #BCF458

Tints of Conifer #BCF458

Color information

#BCF458 (or 0xBCF458) is unknown color: approx Conifer. HEX triplet: BC, F4 and 58. RGB value is (188,244,88). Sum of RGB (Red+Green+Blue) = 188+244+88=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF458 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF458 is #430BA7. Grayscale: #D2D2D2. Windows color (decimal): -4393896 or 5829820. OLE color: 5829820.

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

Color convert

RGB18824488-
CMYK0.2300.640.04
HSL81.54º87.64%65.1%-
HSV(B)81.54º63.93%95.69%-
XYZ54.8576.121.03-
YUV209.4759.45112.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 244 (95.70% from 255) = 46.92%
BLUE value IS 88 (34.77% from 255) = 16.92%
R=36.15%
G=46.92%
B=16.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188244880.2300.640.0481.5487.6465.1
HexBCF458170404525841
Octal2743641302701004122130101
Binary101111001111010010110001011101000000100101001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF458; }

 p { color: rgb(188,244,88); }

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

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

 a { background-color: rgb(188,244,88); }

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

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

 span { border-color: rgb(188,244,88); }

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