#BCFE52

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

Shades of Conifer #BCFE52

Tints of Conifer #BCFE52

Color information

#BCFE52 (or 0xBCFE52) is unknown color: approx Conifer. HEX triplet: BC, FE and 52. RGB value is (188,254,82). Sum of RGB (Red+Green+Blue) = 188+254+82=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE52 is #4301AD. Grayscale: #D7D7D7. Windows color (decimal): -4391342 or 5439164. OLE color: 5439164.

HSL color Cylindrical-coordinate representation of color #BCFE52: hue angle of 83.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCFE52 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB18825482-
CMYK0.2600.680.00
HSL83.02º98.85%65.88%-
HSV(B)83.02º67.72%99.61%-
XYZ57.782.1820.8-
YUV214.6653.13108.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 82 (32.42% from 255) = 15.65%
R=35.88%
G=48.47%
B=15.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188254820.2600.680.0083.0298.8565.88
HexBCFE521A0440536342
Octal2743761223201040123143102
Binary1011110011111110101001011010010001000101001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFE52; }

 p { color: rgb(188,254,82); }

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

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

 a { background-color: rgb(188,254,82); }

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

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

 span { border-color: rgb(188,254,82); }

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