#BAFC51

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

Shades of Conifer #BAFC51

Tints of Conifer #BAFC51

Color information

#BAFC51 (or 0xBAFC51) is unknown color: approx Conifer. HEX triplet: BA, FC and 51. RGB value is (186,252,81). Sum of RGB (Red+Green+Blue) = 186+252+81=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC51 is #4503AE. Grayscale: #D5D5D5. Windows color (decimal): -4522927 or 5373114. OLE color: 5373114.

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

Color convert

RGB18625281-
CMYK0.2600.680.01
HSL83.16º96.61%65.29%-
HSV(B)83.16º67.86%98.82%-
XYZ56.5580.6520.37-
YUV212.7753.63108.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 252 (98.83% from 255) = 48.55%
BLUE value IS 81 (32.03% from 255) = 15.61%
R=35.84%
G=48.55%
B=15.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186252810.2600.680.0183.1696.6165.29
HexBAFC511A0441536141
Octal2723741213201041123141101
Binary1011101011111100101000111010010001001101001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFC51; }

 p { color: rgb(186,252,81); }

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

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

 a { background-color: rgb(186,252,81); }

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

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

 span { border-color: rgb(186,252,81); }

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